diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-04-02 23:24:41 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-04-02 23:24:41 +0200 |
commit | d8ce34981ecc54f444cae2faf7757f25b28a93f2 (patch) | |
tree | c7e59f2bf3421888e8c24557fbe923f35a82b4da /sway | |
parent | 28ba77bba0b0569fa2a9e82986204da84bc029a6 (diff) | |
download | dotfiles-d8ce34981ecc54f444cae2faf7757f25b28a93f2.tar.gz |
tmux selector first draft
Diffstat (limited to 'sway')
-rw-r--r-- | sway/config.d/40-app-shortcuts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.d/40-app-shortcuts.conf b/sway/config.d/40-app-shortcuts.conf index 53a2e71..051ffed 100644 --- a/sway/config.d/40-app-shortcuts.conf +++ b/sway/config.d/40-app-shortcuts.conf @@ -3,6 +3,7 @@ bindsym $mod+minus [app_id="org.keepassxc.KeePassXC"] scratchpad show bindsym $mod+Return exec $term -e tmux +bindsym $mod+Backslash exec $term -e tmux_selector.sh bindsym $mod+Shift+Return exec "$term -t termite_floating" bindsym $mod+o exec "dolphin" |