Tweak rofi
This commit is contained in:
parent
e37d668817
commit
280fd08a6b
5 changed files with 145 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue