diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-11-11 23:16:53 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-11-11 23:16:53 +0100 |
commit | d1f08ec791db96b48d0d1ba6f7927d9a3eddf1bd (patch) | |
tree | 76062067fcba4ab99cb89bbece1246dde88b78fb | |
parent | aa0fdf02a20039e6fe9f3f92ba7ee1db3c3081ff (diff) |
i3 xorg update. screenshot scrot update.
-rw-r--r-- | .config/i3/config | 14 | ||||
-rwxr-xr-x | .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/' |