diff options
author | Adrian Kummerlaender | 2014-08-18 18:34:59 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-08-18 18:34:59 +0200 |
commit | e1665d2106b624295192de4631aeaac79dc36e25 (patch) | |
tree | 293ae74842b81470a9d60e3bbce05d90098613b1 /i3wm/.i3/config | |
parent | bb2a89b98636a19ef36f193f74eab94bdac5540e (diff) | |
download | dotfiles-e1665d2106b624295192de4631aeaac79dc36e25.tar dotfiles-e1665d2106b624295192de4631aeaac79dc36e25.tar.gz dotfiles-e1665d2106b624295192de4631aeaac79dc36e25.tar.bz2 dotfiles-e1665d2106b624295192de4631aeaac79dc36e25.tar.lz dotfiles-e1665d2106b624295192de4631aeaac79dc36e25.tar.xz dotfiles-e1665d2106b624295192de4631aeaac79dc36e25.tar.zst dotfiles-e1665d2106b624295192de4631aeaac79dc36e25.zip |
Fixed gnome-keyring startup
Diffstat (limited to 'i3wm/.i3/config')
-rw-r--r-- | i3wm/.i3/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 173e699..44ed2c9 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -127,6 +127,7 @@ bindsym control+Mod1+l exec --no-startup-id i3lock -c 000000 bindsym Control+Mod1+m exec --no-startup-id ~/.screenlayout/mobile.sh bindsym Control+Mod1+d exec --no-startup-id ~/.screenlayout/docked.sh +exec --no-startup-id export $(gnome-keyring-daemon) exec --no-startup-id urxvtd exec --no-startup-id nm-applet exec --no-startup-id feh --bg-center ~/.background.jpg |