diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-09-30 14:31:27 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-09-30 14:31:27 -0400 |
commit | 70ae4034dcfd085184857433d1a4353ba151d62b (patch) | |
tree | fdb7351b04a4a716f5872046dcdf7dee81bb00a8 /i3 | |
parent | 131dcf2f8ffd1cde662cca9699d7edc24bfcf62a (diff) | |
parent | c3d25bdf95cca3fda310a1d2d9d53d202a29152a (diff) |
Merge branch 'master' of tesuji.6.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -11,21 +11,21 @@ # font for window titles. ISO 10646 = Unicode # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 -font xft:Droid Sans Bold 9 +font xft:Droid Sans Bold 7 # use Mouse+Mod4 to drag floating windows to their wanted position 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 # start dmenu (a program launcher) -bindsym Mod4+d exec dmenu_run +bindsym Mod4+d exec dmenu_run -fn -*-*-*-*-*-*-20-*-*-*-*-*-*-* # change focus bindsym Mod4+h focus left @@ -160,10 +160,11 @@ mode "resize" { # finds out, if available) bar { status_command i3status - font xft:Droid Sans Mono 10 + font xft:Droid Sans Mono 8 } exec xrdb -merge $HOME/.Xresources exec setxkbmap us -variant dvorak -option compose:ralt -option caps:ctrl_modifier +exec xbindkeys exec google-chrome & -exec xautolock -time 10 -locker 'i3lock' & +exec xautolock -time 10 -locker 'i3lock -c 2A3462' & |