mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
Minor edits
This commit is contained in:
@@ -222,7 +222,7 @@ keys = [
|
||||
Key([mod], "period", lazy.next_screen(), desc='Move focus to next monitor'),
|
||||
Key([mod], "comma", lazy.prev_screen(), desc='Move focus to prev monitor'),
|
||||
|
||||
# Emacs programs launched using the key chord CTRL+e followed by 'key'
|
||||
# Emacs programs launched using the key chord SUPER+e followed by 'key'
|
||||
KeyChord([mod],"e", [
|
||||
Key([], "e", lazy.spawn(myEmacs), desc='Emacs Dashboard'),
|
||||
Key([], "a", lazy.spawn(myEmacs + "--eval '(emms-play-directory-tree \"~/Music/\")'"), desc='Emacs EMMS'),
|
||||
|
||||
Reference in New Issue
Block a user