mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-14 12:48:29 +10:00
Comment out old keybinding in Xmonad config.
This commit is contained in:
@@ -290,13 +290,6 @@ gsCategories =
|
||||
, ("Utilities", "xdotool key super+alt+8")
|
||||
]
|
||||
|
||||
gsEducation =
|
||||
[ ("GCompris", "gcompris-qt")
|
||||
, ("Kstars", "kstars")
|
||||
, ("Minuet", "minuet")
|
||||
, ("Scratch", "scratch")
|
||||
]
|
||||
|
||||
gsGames =
|
||||
[ ("0 A.D.", "0ad")
|
||||
, ("Battle For Wesnoth", "wesnoth")
|
||||
@@ -307,6 +300,13 @@ gsGames =
|
||||
, ("Xonotic", "xonotic-glx")
|
||||
]
|
||||
|
||||
gsEducation =
|
||||
[ ("GCompris", "gcompris-qt")
|
||||
, ("Kstars", "kstars")
|
||||
, ("Minuet", "minuet")
|
||||
, ("Scratch", "scratch")
|
||||
]
|
||||
|
||||
gsInternet =
|
||||
[ ("Brave", "brave")
|
||||
, ("Discord", "discord")
|
||||
@@ -635,7 +635,7 @@ myKeys c = (subtitle "Custom Keys":) $ mkNamedKeymap c $
|
||||
[ ("M-C-r", addName "Recompile XMonad" $ spawn "xmonad --recompile")
|
||||
, ("M-S-r", addName "Restart XMonad" $ spawn "xmonad --restart")
|
||||
, ("M-S-q", addName "Quit XMonad" $ sequence_ [spawn (mySoundPlayer ++ shutdownSound), io exitSuccess])
|
||||
, ("M-S-/", addName "List all keybindings" $ spawn "~/.xmonad/xmonad_keys.sh")
|
||||
--, ("M-S-/", addName "List all keybindings" $ spawn "~/.xmonad/xmonad_keys.sh")
|
||||
, ("M-/", addName "DTOS Help" $ spawn "dtos-help")
|
||||
|
||||
-- Run prompt (dmenu)
|
||||
|
||||
@@ -218,13 +218,6 @@ gsCategories =
|
||||
, ("Utilities", "xdotool key super+alt+8")
|
||||
]
|
||||
|
||||
gsEducation =
|
||||
[ ("GCompris", "gcompris-qt")
|
||||
, ("Kstars", "kstars")
|
||||
, ("Minuet", "minuet")
|
||||
, ("Scratch", "scratch")
|
||||
]
|
||||
|
||||
gsGames =
|
||||
[ ("0 A.D.", "0ad")
|
||||
, ("Battle For Wesnoth", "wesnoth")
|
||||
@@ -235,6 +228,13 @@ gsGames =
|
||||
, ("Xonotic", "xonotic-glx")
|
||||
]
|
||||
|
||||
gsEducation =
|
||||
[ ("GCompris", "gcompris-qt")
|
||||
, ("Kstars", "kstars")
|
||||
, ("Minuet", "minuet")
|
||||
, ("Scratch", "scratch")
|
||||
]
|
||||
|
||||
gsInternet =
|
||||
[ ("Brave", "brave")
|
||||
, ("Discord", "discord")
|
||||
@@ -495,7 +495,7 @@ myKeys c = (subtitle "Custom Keys":) $ mkNamedKeymap c $
|
||||
[ ("M-C-r", addName "Recompile XMonad" $ spawn "xmonad --recompile")
|
||||
, ("M-S-r", addName "Restart XMonad" $ spawn "xmonad --restart")
|
||||
, ("M-S-q", addName "Quit XMonad" $ sequence_ [spawn (mySoundPlayer ++ shutdownSound), io exitSuccess])
|
||||
, ("M-S-/", addName "List all keybindings" $ spawn "~/.xmonad/xmonad_keys.sh")
|
||||
--, ("M-S-/", addName "List all keybindings" $ spawn "~/.xmonad/xmonad_keys.sh")
|
||||
, ("M-/", addName "DTOS Help" $ spawn "dtos-help")
|
||||
|
||||
-- Run prompt (dmenu)
|
||||
|
||||
Reference in New Issue
Block a user