Add clipmenu

This commit is contained in:
Cyryl Płotnicki 2019-07-21 10:13:49 +01:00
parent ed5a4968b4
commit 6813ce84b6
3 changed files with 3 additions and 0 deletions

View file

@ -51,6 +51,7 @@ in
fwupd.enable = true;
tlp.enable = true;
fstrim.enable = true;
clipmenu.enable = true;
physlock = {
enable = true;

View file

@ -27,6 +27,7 @@ in
];
home.sessionVariables = {
TERMINAL="alacritty";
CM_LAUNCHER="rofi";
};
imports = [

View file

@ -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";