From d1f08ec791db96b48d0d1ba6f7927d9a3eddf1bd Mon Sep 17 00:00:00 2001 From: adamstuck Date: Thu, 11 Nov 2021 23:16:53 +0100 Subject: i3 xorg update. screenshot scrot update. --- .config/i3/config | 14 +++++++------- .config/i3/extra/screenshot | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index fca7638..3f94812 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -100,10 +100,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 1 - bindsym plus gaps inner current plus 1 - bindsym Shift+minus gaps inner current minus 2 - bindsym Shift+plus gaps inner current plus 2 + 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" @@ -114,12 +114,12 @@ bindsym $mod+r mode "Resize Mode" ##### Appearance -font pango:Source Code Pro Medium 11 +font pango:Source Code Pro Medium 12 gaps inner 0 gaps outer 0 -default_border pixel 1 -default_floating_border pixel 1 +default_border pixel 2 +default_floating_border pixel 2 smart_gaps on hide_edge_borders smart 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