perf(picom): improve perf at start
This commit is contained in:
parent
66c0ee6b25
commit
49c67cb657
1 changed files with 3 additions and 2 deletions
|
@ -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 main
|
||||||
exec_always --no-startup-id sleep 1 && polybar external
|
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
|
# run applications
|
||||||
exec spotify
|
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 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 $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 --select "/home/$USER/Images/$(date).png"
|
||||||
|
|
||||||
## Clipboard Screenshots
|
## Clipboard Screenshots
|
||||||
bindsym Ctrl+Print exec --no-startup-id maim | xclip -selection clipboard -t image/png
|
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+$mod+Print exec --no-startup-id maim --window $(xdotool getactivewindow) | xclip -selection clipboard -t image/png
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue