diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-03-08 17:52:56 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-03-08 17:52:56 +0100 |
commit | 8fdf442e19dc1a37db2273f00ddb605fda26070c (patch) | |
tree | f1a167508fc2a038077cda411daa90a69bc14bce /sway | |
parent | 6d9e16eb0dce299f290a78d183a5bdf07462b8dc (diff) | |
download | dotfiles-8fdf442e19dc1a37db2273f00ddb605fda26070c.tar.gz |
sway terminal tmux
Diffstat (limited to 'sway')
-rw-r--r-- | sway/config.d/40-app-shortcuts.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.d/40-app-shortcuts.conf b/sway/config.d/40-app-shortcuts.conf index 3d59dcb..84b13d0 100644 --- a/sway/config.d/40-app-shortcuts.conf +++ b/sway/config.d/40-app-shortcuts.conf @@ -2,7 +2,7 @@ bindsym $mod+minus [app_id="org.keepassxc.KeePassXC"] scratchpad show -bindsym $mod+Return exec $term +bindsym $mod+Return exec $term -e tmux bindsym $mod+Shift+Return exec "$term -t termite_floating" bindsym $mod+o exec "dolphin" |