Cleaned up some xmonad keybinds

This commit is contained in:
Emmet 2023-06-06 10:55:23 -05:00
parent 0ef8e76385
commit 6625a6c2a9
2 changed files with 0 additions and 8 deletions

View file

@ -226,10 +226,6 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) =
((0, xF86XK_AudioNext), spawn "cmus-remote -n && ~/.local/bin/cmus-current-song-notify.sh"),
((0, xF86XK_AudioPrev), spawn "cmus-remote -r && ~/.local/bin/cmus-current-song-notify.sh"),
-- manage multiple monitors with kbd
-- ((0, xF86XK_Explorer), spawn "/home/librephoenix/.local/bin/setup_external_monitor.sh"),
-- ((0, xK_F8), spawn "/home/librephoenix/.local/bin/setup_external_monitor.sh"),
-- launch rofi
((modm, xK_semicolon), spawn ("rofi -show drun -show-icons")),
((modm, xK_p), spawn ("keepmenu")),

View file

@ -307,10 +307,6 @@ These setup standard bindings for brightness and audio control from the keyboard
((0, xF86XK_AudioNext), spawn "cmus-remote -n && ~/.local/bin/cmus-current-song-notify.sh"),
((0, xF86XK_AudioPrev), spawn "cmus-remote -r && ~/.local/bin/cmus-current-song-notify.sh"),
-- manage multiple monitors with kbd
-- ((0, xF86XK_Explorer), spawn "/home/librephoenix/.local/bin/setup_external_monitor.sh"),
-- ((0, xK_F8), spawn "/home/librephoenix/.local/bin/setup_external_monitor.sh"),
#+END_SRC
**** Launcher Keybinds
I have =rofi= bound to =S-;= for quick app access.