From 85c027057d58ed6f778df1c21d1dc312f14cafc8 Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Thu, 11 Nov 2021 23:29:07 +0100 Subject: i3 xorg update. screenshot scrot update. --- .config/i3/config | 10 +++++----- .config/i3/extra/screenshot | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index b742d95..56a8d8f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -102,10 +102,10 @@ mode "Resize Mode" { bindsym Shift+k resize grow height 12 px or 12 ppt bindsym Shift+l resize grow width 12 px or 12 ppt - bindsym minus gaps inner current minus 6 - bindsym plus gaps inner current plus 6 - bindsym Shift+minus gaps inner current minus 12 - bindsym Shift+plus gaps inner current plus 12 + bindsym minus gaps inner current minus 5 + bindsym plus gaps inner current plus 5 + bindsym Shift+minus gaps inner current minus 10 + bindsym Shift+plus gaps inner current plus 10 bindsym Return mode "default" bindsym Escape mode "default" @@ -117,7 +117,7 @@ bindsym $mod+r mode "Resize Mode" ##### Appearance font pango:Source Code Pro Medium 11 -gaps inner 5 +gaps inner 0 gaps outer 0 default_border pixel 2 default_floating_border pixel 2 diff --git a/.config/i3/extra/screenshot b/.config/i3/extra/screenshot index 9a443b1..1fb1ae7 100755 --- a/.config/i3/extra/screenshot +++ b/.config/i3/extra/screenshot @@ -1,4 +1,4 @@ #!/bin/sh sleep 0.2 -scrot -sfe 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/' +scrot -s -e 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/' -- cgit v1.2.3-70-g09d2