Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fix] : exec and exec_always in i3 settings
  • Loading branch information
watasuke102 committed Sep 9, 2020
1 parent 93ebf51 commit 80cc13f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions channels/i3/airootfs.any/etc/skel/.config/i3/config
Expand Up @@ -13,7 +13,7 @@
# Appearance

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

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


# automatic-startup
exec_always --no-startup-id /usr/lib/mate-polkit/polkit-mate-authentication-agent-1
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
exec_always --no-startup-id light-locker
exec_always --no-startup-id compton
exec --no-startup-id nm-applet
exec --no-startup-id /usr/lib/mate-polkit/polkit-mate-authentication-agent-1
exec --no-startup-id xfce4-clipman
exec --no-startup-id light-locker
exec --no-startup-id dex -ae i3
exec --no-startup-id nm-applet
exec --no-startup-id compton
exec --no-startup-id dunst
exec --no-startup-id conky
exec --no-startup-id fcitx
Expand Down

0 comments on commit 80cc13f

Please sign in to comment.