Start firefox and thunar on respective keybinds if not already open

This commit is contained in:
Evie Litherland-Smith 2023-06-28 17:47:20 +01:00
parent 4579f85cfd
commit f69deb5339

View file

@ -125,11 +125,13 @@
bind = ALT, W, moveworkspacetomonitor, name:browser current
bind = ALT, W, workspace, name:browser
bind = ALT, W, exec, pgrep firefox > /dev/null || firefox
bind = ALT SHIFT, W, moveworkspacetomonitor, name:browser current
bind = ALT SHIFT, W, movetoworkspace, name:browser
bind = ALT, F, moveworkspacetomonitor, name:files current
bind = ALT, F, workspace, name:files
bind = ALT, F, exec, pgrep thunar > /dev/null || thunar
bind = ALT SHIFT, F, moveworkspacetomonitor, name:files current
bind = ALT SHIFT, F, movetoworkspace, name:files