Add clipmenu
This commit is contained in:
parent
ed5a4968b4
commit
6813ce84b6
3 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,7 @@ in
|
|||
fwupd.enable = true;
|
||||
tlp.enable = true;
|
||||
fstrim.enable = true;
|
||||
clipmenu.enable = true;
|
||||
|
||||
physlock = {
|
||||
enable = true;
|
||||
|
|
|
@ -27,6 +27,7 @@ in
|
|||
];
|
||||
home.sessionVariables = {
|
||||
TERMINAL="alacritty";
|
||||
CM_LAUNCHER="rofi";
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
|
|
@ -48,6 +48,7 @@ in
|
|||
"XF86MonBrightnessDown" = "exec light -s sysfs/backlight/intel_backlight -U 5";
|
||||
|
||||
"${mod}+r" = "exec ${pkgs.rofi}/bin/rofi -show combi -combi-modi window#run#ssh -modi combi";
|
||||
"${mod}+c" = "exec ${pkgs.clipmenu}/bin/clipmenu";
|
||||
"${mod}+q" = "kill";
|
||||
"${mod}+f" = "fullscreen toggle";
|
||||
|
||||
|
|
Loading…
Reference in a new issue