fix wallpaper bug with i3

master
Rostyslav Hnatyshyn 2 years ago
parent 991f7aee59
commit 6f1f994625
  1. 4
      i3/config
  2. 2
      xinitrc

@ -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

Loading…
Cancel
Save