diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-09-29 11:04:13 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-09-29 11:04:13 -0400 |
commit | 30660ff2120f7d922bafd6d27e57d8a304e70684 (patch) | |
tree | ef89a1c7a37919fcbafbe7cc81f46b9b4b11b8a3 /i3/config | |
parent | 0a7b7b529aad5190c00c2c86f08dbecf30eef207 (diff) |
Update settings from google.
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,9 +17,9 @@ font xft:Droid Sans Bold 9 floating_modifier Mod4 # start a terminal -bindsym Mod4+Return exec urxvt +bindsym Mod4+Return exec gnome-terminal -bindsym Pause exec i3lock +bindsym Pause exec i3lock -c 2A3462 # kill focused window bindsym Mod4+Shift+q kill @@ -166,4 +166,4 @@ bar { exec xrdb -merge $HOME/.Xresources exec setxkbmap us -variant dvorak -option compose:ralt -option caps:ctrl_modifier exec google-chrome & -exec xautolock -time 10 -locker 'i3lock' & +exec xautolock -time 10 -locker 'i3lock -c 2A3462' & |