diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-06-28 21:09:30 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-06-28 21:09:30 +0200 |
| commit | 49c67cb6570511463820018af78fa9add4b881e7 (patch) | |
| tree | e425fb8f8a263eab1a5d893b276824b004bc9d0a /config | |
| parent | 66c0ee6b2502214aff399eb33cfad96ec99b3706 (diff) | |
perf(picom): improve perf at start
Diffstat (limited to 'config')
| -rw-r--r-- | config/i3/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/i3/config b/config/i3/config index b7b25a3..17dbe51 100644 --- a/config/i3/config +++ b/config/i3/config @@ -556,7 +556,8 @@ exec_always --no-startup-id killall -q polybar exec_always --no-startup-id sleep 1 && polybar main exec_always --no-startup-id sleep 1 && polybar external -exec_always --no-startup-id picom --config ~/.config/picom/picom.conf +exec_always --no-startup-id killall -q picom +exec_always --no-startup-id sleep 3 && picom --config ~/.config/picom/picom.conf # run applications exec spotify @@ -568,7 +569,7 @@ exec flatpak run com.discordapp.Discord 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" - + ## 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 |
