fix wallpaper bug with i3
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
#
|
#
|
||||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||||
|
|
||||||
#exec_always --no-startup-id wal -i ~/.wallpapers/
|
# exec_always --no-startup-id wal -e -i ~/.wallpapers/
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ bindsym $mod+Shift+q kill
|
|||||||
bindsym $mod+d exec "rofi -combi-modi window,drun -show combi -modi combi -show-icons"
|
bindsym $mod+d exec "rofi -combi-modi window,drun -show combi -modi combi -show-icons"
|
||||||
bindsym $mod+p exec rofi-pass
|
bindsym $mod+p exec rofi-pass
|
||||||
bindsym --release Print exec --no-startup-id /home/frosty/.scripts/screenshot-to-clipboard.sh
|
bindsym --release Print exec --no-startup-id /home/frosty/.scripts/screenshot-to-clipboard.sh
|
||||||
bindsym $mod+Print exec --no-startup-id /home/frosty/.scripts/screenshot-active-to-clipboard.sh
|
bindsym --release $mod+Print exec --no-startup-id /home/frosty/.scripts/screenshot-active-to-clipboard.sh
|
||||||
bindsym $mod+Shift+c exec --no-startup-id ~/Programs/Rust/UnifiedCopyPaste/scripts/rofi-clipboard-selector.sh
|
bindsym $mod+Shift+c exec --no-startup-id ~/Programs/Rust/UnifiedCopyPaste/scripts/rofi-clipboard-selector.sh
|
||||||
bindsym $mod+x [urgent=latest] focus
|
bindsym $mod+x [urgent=latest] focus
|
||||||
bindsym $mod+c exec "rofi -show calc -modi calc -no-show-match -no-sort"
|
bindsym $mod+c exec "rofi -show calc -modi calc -no-show-match -no-sort"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ autorandr --change &
|
|||||||
xset -dpms
|
xset -dpms
|
||||||
xset s noblank
|
xset s noblank
|
||||||
xset s off -dpms
|
xset s off -dpms
|
||||||
|
wal -i ~/.wallpapers
|
||||||
picom -CGb --xrender-sync
|
picom -CGb --xrender-sync
|
||||||
wal -i ~/.wallpapers/
|
|
||||||
/home/frosty/.config/polybar/launch.sh &
|
/home/frosty/.config/polybar/launch.sh &
|
||||||
exec i3
|
exec i3
|
||||||
|
|||||||
Reference in New Issue
Block a user