Let ibus handle daemonization
This commit is contained in:
parent
61ac1420a2
commit
bc7e8b1a50
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,6 @@ bindsym $mod+g mode "gaps"
|
||||||
exec /usr/lib/polkit-1/polkitd --no-debug
|
exec /usr/lib/polkit-1/polkitd --no-debug
|
||||||
exec dex -as ~/.config/autostart
|
exec dex -as ~/.config/autostart
|
||||||
exec compton --dbus --xrender-sync-fence
|
exec compton --dbus --xrender-sync-fence
|
||||||
exec /usr/bin/ibus-daemon
|
|
||||||
exec tbg ~/Upload/bg/ -m 10 -c "betterlockscreen -u /_"
|
exec tbg ~/Upload/bg/ -m 10 -c "betterlockscreen -u /_"
|
||||||
exec ssh-agent -Da /tmp/ssh-agent-$USER.sock
|
exec ssh-agent -Da /tmp/ssh-agent-$USER.sock
|
||||||
exec enpass
|
exec enpass
|
||||||
|
@ -116,3 +115,4 @@ exec dunst
|
||||||
exec xfce4-power-manager --no-daemon
|
exec xfce4-power-manager --no-daemon
|
||||||
|
|
||||||
exec_always --no-startup-id {{ home }}/.config/polybar/launch.sh
|
exec_always --no-startup-id {{ home }}/.config/polybar/launch.sh
|
||||||
|
exec_always /usr/bin/ibus-daemon -drx
|
||||||
|
|
Loading…
Reference in a new issue