Minor edits

This commit is contained in:
Derek Taylor
2024-11-07 12:25:56 -06:00
parent 35ea726800
commit f54083d7df
3 changed files with 32 additions and 15 deletions

View File

@@ -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'),