From d7272142a6428df8e8cc230cec42aa4e3c7c5c76 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 26 Jul 2023 01:23:48 +0200 Subject: fix(picom): xclip taking blurry screenshot --- config/i3/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/i3') diff --git a/config/i3/config b/config/i3/config index c2b31bb..28511bf 100644 --- a/config/i3/config +++ b/config/i3/config @@ -29,8 +29,8 @@ new_window pixel 1 # hide_edge_borders both # Set inner/outer gaps -gaps inner 20 -gaps outer -12 +gaps inner 30 +gaps outer 0 # show window title bars (not officially supported with i3gaps) #default_border normal @@ -565,9 +565,9 @@ exec flatpak run com.discordapp.Discord # Screenshot bindsym Print exec --no-startup-id maim "/home/$USER/Images/$(date).png" bindsym $mod+Print exec --no-startup-id maim --window $(xdotool getactivewindow) "/home/$USER/Images/$(date).png" -bindsym Shift+Print exec --no-startup-id maim --select "/home/$USER/Images/$(date).png" +bindsym Shift+Print exec --no-startup-id maim -s -u "/home/$USER/Images/$(date).png" ## Clipboard Screenshots bindsym Ctrl+Print exec --no-startup-id maim | xclip -selection clipboard -t image/png bindsym Ctrl+$mod+Print exec --no-startup-id maim --window $(xdotool getactivewindow) | xclip -selection clipboard -t image/png -bindsym Ctrl+Shift+Print exec --no-startup-id maim --select | xclip -selection clipboard -t image/png +bindsym Ctrl+Shift+Print exec --no-startup-id maim -s -u | xclip -selection clipboard -t image/png -i -- cgit v1.2.3