diff options
Diffstat (limited to 'i3wm/.i3/config')
-rw-r--r-- | i3wm/.i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 44ed2c9..3b6804d 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -95,7 +95,7 @@ bar { background #161616 statusline #605c5a - focused_workspace #161616 #909737 #ffffff + focused_workspace #161616 #909737 #111111 active_workspace #161616 #161616 #a5a5a5 inactive_workspace #161616 #545454 #a5a5a5 urgent_workspace #161616 #545454 #a5a5a5 @@ -129,5 +129,6 @@ 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 twmnd exec --no-startup-id nm-applet exec --no-startup-id feh --bg-center ~/.background.jpg |