simplify
parent
ee393e5de6
commit
3888160cb1
|
@ -89,7 +89,7 @@ myConfig = def
|
||||||
, ("M-`", runOrRaise "emacs" (className =? "Emacs"))
|
, ("M-`", runOrRaise "emacs" (className =? "Emacs"))
|
||||||
, ("M-S-q", return ()) -- Unbind Mod + Shift + Q, to avoid quiting the wm.
|
, ("M-S-q", return ()) -- Unbind Mod + Shift + Q, to avoid quiting the wm.
|
||||||
, ("M-q", kill) -- Change the keybinding for closing windows to Mod + Q
|
, ("M-q", kill) -- Change the keybinding for closing windows to Mod + Q
|
||||||
, ("M-m", spawn "bash --rcfile src/guix-config/.bashrc -c 'mpv --idle'")
|
, ("M-m", spawn "mpv --audio-pitch-correction=yes --vf=setpts=PTS/1 --idle")
|
||||||
, ("M-S-r", spawn "~/.local/bin/run_anki.sh")
|
, ("M-S-r", spawn "~/.local/bin/run_anki.sh")
|
||||||
, ("M-S-d", spawn "~/.local/bin/recent_journal.py | popup")
|
, ("M-S-d", spawn "~/.local/bin/recent_journal.py | popup")
|
||||||
, ("M-r", runOrRaise "~/.local/bin/run_anki.sh" (className =? "Anki"))
|
, ("M-r", runOrRaise "~/.local/bin/run_anki.sh" (className =? "Anki"))
|
||||||
|
|
Loading…
Reference in New Issue