diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-26 01:23:48 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-26 01:23:48 +0200 |
| commit | d7272142a6428df8e8cc230cec42aa4e3c7c5c76 (patch) | |
| tree | 38bf36a6c0a107e4723ff3b6e42c606f1579ea45 /config/i3 | |
| parent | 1b72a07b4459ebdac1399e919bccc8ae215b916d (diff) | |
fix(picom): xclip taking blurry screenshot
Diffstat (limited to 'config/i3')
| -rw-r--r-- | config/i3/config | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
