dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 7a1904d20dcca0bb55b53fd3694eded6608db4a4
parent 939a23df1f388f05dfe69d5cbb4d490b8333f8c5
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 22 Feb 2020 16:12:18 -0500

i3: different bindings

Former-commit-id: dce8cb2a178abec683c069ea1e52af809f4600bc
Diffstat:
Mi3/config | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/i3/config b/i3/config @@ -67,7 +67,7 @@ bindsym $mod+Return exec --no-startup-id $terminal_path bindsym $mod+Shift+Return exec --no-startup-id /usr/bin/sensible-browser # kill focused window -bindsym ctrl+q kill +bindsym $alt+q kill bindsym $mod+minus move to scratchpad @@ -216,10 +216,10 @@ mode "Resize Mode" { bindsym l resize grow width 6 px or 6 ppt # Resize large - bindsym Shift+h resize shrink width 12 px or 12 ppt - bindsym Shift+k resize grow height 12 px or 12 ppt - bindsym Shift+j resize shrink height 12 px or 12 ppt - bindsym Shift+l resize grow width 12 px or 12 ppt + bindsym Shift+h resize shrink width 100 px or 12 ppt + bindsym Shift+k resize grow height 100 px or 12 ppt + bindsym Shift+j resize shrink height 100 px or 12 ppt + bindsym Shift+l resize grow width 100 px or 12 ppt # Resize to 50% bindsym Shift+minus resize set width 50 ppt