Skip to content

Commit 80cc13f

Browse files
committed
[fix] : exec and exec_always in i3 settings
1 parent 93ebf51 commit 80cc13f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • channels/i3/airootfs.any/etc/skel/.config/i3

channels/i3/airootfs.any/etc/skel/.config/i3/config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Appearance
1414

1515
# wallpaper
16-
exec --no-startup-id "feh --bg-fill /usr/share/backgrounds/alter-jiju.png"
16+
exec_always --no-startup-id "feh --bg-fill /usr/share/backgrounds/alter-jiju.png"
1717

1818
# font
1919
font pango:Noto Sans 9
@@ -30,13 +30,13 @@ for_window [class="^.*"] border pixel 2
3030

3131

3232
# automatic-startup
33-
exec_always --no-startup-id /usr/lib/mate-polkit/polkit-mate-authentication-agent-1
3433
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
35-
exec_always --no-startup-id light-locker
36-
exec_always --no-startup-id compton
37-
exec --no-startup-id nm-applet
34+
exec --no-startup-id /usr/lib/mate-polkit/polkit-mate-authentication-agent-1
3835
exec --no-startup-id xfce4-clipman
36+
exec --no-startup-id light-locker
3937
exec --no-startup-id dex -ae i3
38+
exec --no-startup-id nm-applet
39+
exec --no-startup-id compton
4040
exec --no-startup-id dunst
4141
exec --no-startup-id conky
4242
exec --no-startup-id fcitx

0 commit comments

Comments
 (0)