Switching from dmenu to rofi.
This commit is contained in:
parent
4ac76df9a3
commit
b7241a4b78
|
@ -39,12 +39,12 @@ in with lib; {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.i3-gaps;
|
package = pkgs.i3-gaps;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
dmenu # application launcher most people use
|
|
||||||
feh
|
feh
|
||||||
i3blocks # if you are planning on using i3blocks over i3status
|
i3blocks # if you are planning on using i3blocks over i3status
|
||||||
i3lock # default i3 screen locker
|
i3lock # default i3 screen locker
|
||||||
i3status # gives you the default i3 status bar
|
i3status # gives you the default i3 status bar
|
||||||
playerctl
|
playerctl
|
||||||
|
rofi
|
||||||
xclip
|
xclip
|
||||||
xdotool
|
xdotool
|
||||||
];
|
];
|
||||||
|
@ -114,8 +114,7 @@ in with lib; {
|
||||||
"${modifier}+a" = "focus parent";
|
"${modifier}+a" = "focus parent";
|
||||||
"${modifier}+shift+s" = "sticky toggle";
|
"${modifier}+shift+s" = "sticky toggle";
|
||||||
"${modifier}+shift+f" = "floating toggle";
|
"${modifier}+shift+f" = "floating toggle";
|
||||||
"${modifier}+space" =
|
"${modifier}+space" = "exec rofi -show drun";
|
||||||
"exec $(${pkgs.dmenu}/bin/dmenu_path | ${pkgs.dmenu}/bin/dmenu)";
|
|
||||||
Pause = "exec ${pkgs.playerctl}/bin/playerctl play-pause";
|
Pause = "exec ${pkgs.playerctl}/bin/playerctl play-pause";
|
||||||
XF86AudioLowerVolume = "exec ${pkgs.volume-sh}/bin/volume.sh down";
|
XF86AudioLowerVolume = "exec ${pkgs.volume-sh}/bin/volume.sh down";
|
||||||
XF86AudioMute = "exec ${pkgs.volume-sh}/bin/volume.sh mute";
|
XF86AudioMute = "exec ${pkgs.volume-sh}/bin/volume.sh mute";
|
||||||
|
|
Reference in New Issue
Block a user