Set feh bg from i3config

This commit is contained in:
Pavle Portic 2021-12-03 10:07:12 +01:00
parent f2fbe171c5
commit 03c0c32ca7
Signed by: TheEdgeOfRage
GPG Key ID: F2AB38285780DE3D
2 changed files with 4 additions and 4 deletions

View File

@ -167,7 +167,7 @@ bindsym XF86AudioPlay exec "playerctl-wrapper play-pause"
bindsym XF86AudioNext exec "playerctl-wrapper next" bindsym XF86AudioNext exec "playerctl-wrapper next"
bindsym XF86AudioPrev exec "playerctl-wrapper previous" bindsym XF86AudioPrev exec "playerctl-wrapper previous"
bindsym Print exec pyazo bindsym Print exec "pyazo --no-save"
bindsym $mod+Print exec "pyazo -d" bindsym $mod+Print exec "pyazo -d"
assign [class="(?i)firefox"]  assign [class="(?i)firefox"] 
@ -181,7 +181,8 @@ new_window pixel 2
hide_edge_borders smart hide_edge_borders smart
exec_always python ~/.config/i3/i3-autoname-workspaces.py >/dev/null 2>&1 & exec_always python ~/.config/i3/i3-autoname-workspaces.py >/dev/null 2>&1 &
exec {{ .i3.xrandr }} & exec {{ .i3.xrandr }} >/dev/null 2>&1 &
exec ~/.fehbg >/dev/null 2>&1 &
exec telegram-desktop >/dev/null 2>&1 & exec telegram-desktop >/dev/null 2>&1 &
exec spotify >/dev/null 2>&1 & exec spotify >/dev/null 2>&1 &
exec blueman-applet >/dev/null 2>&1 & exec blueman-applet >/dev/null 2>&1 &
@ -234,6 +235,7 @@ bar {
bar { bar {
position bottom position bottom
tray_output {{ .i3.tray_output }}
status_command ~/.local/share/bumblebee-status/bumblebee-status -m \ status_command ~/.local/share/bumblebee-status/bumblebee-status -m \
traffic \ traffic \
nic \ nic \

View File

@ -27,8 +27,6 @@ xset fp rehash &
xset dpms 30000 30000 30000 & xset dpms 30000 30000 30000 &
xset s 30000 30000 & xset s 30000 30000 &
xcape -e 'Control_L=Escape' & xcape -e 'Control_L=Escape' &
xbindkeys &
sh $HOME/.fehbg &
dunst & dunst &
exec i3 exec i3