Tweak rofi

This commit is contained in:
Paul-Henri Froidmont 2023-03-27 04:31:58 +02:00
parent e37d668817
commit 280fd08a6b
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
5 changed files with 145 additions and 8 deletions

View file

@ -81,7 +81,7 @@ myAdditionalKeys = [
("M-S-h", sendMessage (IncMasterN 1)),
("M-S-l", sendMessage (IncMasterN (-1))),
("M-S-<Return>", windows W.swapMaster),
("M-d", spawn "rofi -show drun"),
("M-d", spawn "rofi -show drun -show-icons"),
("M-s", spawn "rofi -show ssh"),
("M-w", spawn "firefox"),
("M-i", spawn $ myTerminal ++ " -e htop"),
@ -91,10 +91,11 @@ myAdditionalKeys = [
("M-v", spawn $ myTerminal ++ " -e ncmpcpp -s visualizer"),
("M-m", spawn $ myTerminal ++ " -e ncmpcpp"),
("M-n", spawn $ myTerminal ++ " -e newsboat"),
("M-c", spawn $ myTerminal ++ " -e weechat"),
("M-c", spawn "rofi -show calc -modi calc -no-show-match -no-sort"),
("<Print>", spawn "scrot -e 'mv $f ~/Pictures/Screenshots'"),
("S-<Print>", spawn "~/.xmonad/scripts/screenshot.sh"),
("M-S-a", spawn $ myTerminal ++ " -e pulsemixer"),
("M-S-p", spawn "rofi -show p -modi p:rofi-power-menu"),
("M-<Return>", spawn myTerminal),
("M-f", sendMessage $ Toggle FULL),
-- Switch workspaces and screens

View file

@ -9,7 +9,10 @@ in {
config = mkIf cfg.enable {
modules.desktop.polybar.enable = true;
modules = {
desktop.polybar.enable = true;
apps.rofi.enable = true;
};
services.xserver = {
enable = true;