Commit ea256e1a authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Fixed restart_always compton killing and starting.

parent bb6089b7
...@@ -64,11 +64,11 @@ exec --no-startup-id conky -c ~/.config/conky ...@@ -64,11 +64,11 @@ exec --no-startup-id conky -c ~/.config/conky
exec --no-startup-id conky -c ~/.config/conky_shortcuts exec --no-startup-id conky -c ~/.config/conky_shortcuts
exec --no-startup-id copyq exec --no-startup-id copyq
exec --no-startup-id fcitx -d exec --no-startup-id fcitx -d
exec --no-startup-id nitrogen --restore; sleep 1 exec --no-startup-id nitrogen --restore
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id xautolock -time 10 -locker blurlock exec --no-startup-id xautolock -time 10 -locker blurlock
exec --no-startup-id xfce4-power-manager exec --no-startup-id xfce4-power-manager
exec_always --no-startup-id nitrogen pkill compton; compton -b exec_always --no-startup-id pkill compton; compton -b
exec_always --no-startup-id ff-theme-util exec_always --no-startup-id ff-theme-util
exec_always --no-startup-id fix_xcursor exec_always --no-startup-id fix_xcursor
exec_always --no-startup-id optimus-manager-qt exec_always --no-startup-id optimus-manager-qt
......
...@@ -12,7 +12,7 @@ bind generic ; ?git reset --hard ...@@ -12,7 +12,7 @@ bind generic ; ?git reset --hard
bind generic = !git commit bind generic = !git commit
bind generic + ?git commit --amend bind generic + ?git commit --amend
bind generic \ ?git push bind generic \ !git push
bind generic | ?git push --force bind generic | ?git push --force
bind generic , >git diff %(commit)..%(head) bind generic , >git diff %(commit)..%(head)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment