dots

my dotfiles
git clone https://tilde.team/~marisa/repo/dots.git
Log | Files | Refs

commit f26ed2595bfbc89205ec787042c3b57b368bdd8c
parent 832418088b517a09ba9afb73269cc3fd0ce46940
Author: mokou <mokou@posteo.de>
Date:   Thu, 16 Apr 2020 23:19:01 +0200

Add resize options for sway

Diffstat:
Mdot_config/sway/config | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dot_config/sway/config b/dot_config/sway/config @@ -112,12 +112,18 @@ bindsym $mod+f fullscreen # Switch between tiling and floating for current container bindsym $mod+Shift+d floating toggle +# Resize window +bindsym $mod+Alt+h resize shrink width 10 +bindsym $mod+Alt+l resize grow width 10 +bindsym $mod+Alt+j resize shrink height 10 +bindsym $mod+Alt+k resize grow height 10 + # Switch between tiling area and floating area bindsym $mod+d focus mode_toggle # Screenshots -bindsym print exec ~/.config/sway/screen.sh -s -bindsym Shift+print exec ~/.config/sway/screen.sh +bindsym Shift+p exec ~/.config/sway/screen.sh -s +bindsym Shift+Alt+p exec ~/.config/sway/screen.sh # Volume bindsym XF86AudioMute exec pamixer -t