diff options
author | awy <awy@awy.one> | 2024-11-29 15:42:02 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-29 15:42:02 +0300 |
commit | 18ee1c7b93197c32093a6948c6722d0d5de28eb7 (patch) | |
tree | aec4f9c65ddd78a0dca3ba23840c9a7f81876af7 /.config | |
parent | 11345b8e312713a8e5123e53aa2ac109e384a872 (diff) |
swap
Diffstat (limited to '.config')
-rw-r--r-- | .config/sway/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index 5d3ce70..67cf1a0 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -60,6 +60,7 @@ bindsym $mod+f fullscreen bindsym $mod+s layout toggle split bindsym $mod+Shift+space floating toggle bindsym $mod+Return exec $term +bindsym $mod+Shift+Return exec 'swaymsg mark swapme && swaymsg focus left && swaymsg swap container with mark swapme && swaymsg unmark swapme' bindsym $mod+w exec $browser bindsym $mod+d exec $menu bindsym $mod+Shift+d exec tessen |