about summary refs log tree commit diff stats
path: root/exwm
diff options
context:
space:
mode:
authorCase Duckworth2024-07-13 00:35:05 -0500
committerCase Duckworth2024-07-13 00:35:05 -0500
commita8033a4b712533939df0e858bf07f38ad877ca0e (patch)
tree17f670894de83e06308d5e91cb31f978fbd6789b /exwm
parentSmall changes (diff)
downloaddots-a8033a4b712533939df0e858bf07f38ad877ca0e.tar.gz
dots-a8033a4b712533939df0e858bf07f38ad877ca0e.zip
Change firefox to librewolf
Diffstat (limited to 'exwm')
-rw-r--r--exwm5
1 files changed, 3 insertions, 2 deletions
diff --git a/exwm b/exwm index 55f33fb..426e6a5 100644 --- a/exwm +++ b/exwm
@@ -120,7 +120,7 @@ BUFFER-NAME defaults to the first word of COMMAND."
120(setopt exwm-input-global-keys 120(setopt exwm-input-global-keys
121 `(;; Command shortcuts 121 `(;; Command shortcuts
122 ([?\s-p] . ,(^run-or-raise "keepassxc")) 122 ([?\s-p] . ,(^run-or-raise "keepassxc"))
123 ([?\s-b] . ,(^run-or-raise "firefox")) 123 ([?\s-b] . ,(^run-or-raise browse-url-generic-program))
124 ;; 's-r': Reset (to line-mode). 124 ;; 's-r': Reset (to line-mode).
125 ([?\s-r] . exwm-reset) 125 ([?\s-r] . exwm-reset)
126 ;; 's-w': Bury buffer (I honestly don't really use workspaces) 126 ;; 's-w': Bury buffer (I honestly don't really use workspaces)
@@ -142,7 +142,8 @@ BUFFER-NAME defaults to the first word of COMMAND."
142 ([?\C-k] . [S-end delete]) 142 ([?\C-k] . [S-end delete])
143 ([?\M-w] . [?\C-c]) 143 ([?\M-w] . [?\C-c])
144 ([?\C-w] . [?\C-x]) 144 ([?\C-w] . [?\C-x])
145 ([?\C-y] . [?\C-v]))) 145 ([?\C-y] . [?\C-v])
146 ([?\C-s] . [?\C-f])))
146 147
147;;; Startup 148;;; Startup
148 149