Start firefox and thunar on respective keybinds if not already open
This commit is contained in:
parent
4579f85cfd
commit
f69deb5339
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue