diff options
| author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-07-16 09:07:00 -0400 |
|---|---|---|
| committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-07-16 09:07:00 -0400 |
| commit | 34f49197cdf0882a5f1e6312c841818612bfdd4a (patch) | |
| tree | 499b48df315947110ca5dc8bcea05ff1fdcf610e /i3 | |
| parent | 086be55a4327117a6d7a3216533781a5a49ff6b8 (diff) | |
| parent | 26792463b3e1281cb3b58c8bfcb7d712d576f0e1 (diff) | |
Merge branch 'master' of home.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'i3')
| -rw-r--r-- | i3/config | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -10,7 +10,8 @@ # # font for window titles. ISO 10646 = Unicode -font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 +# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 +font xft:Droid Sans Bold 9 # use Mouse+Mod4 to drag floating windows to their wanted position floating_modifier Mod4 @@ -18,6 +19,8 @@ floating_modifier Mod4 # start a terminal bindsym Mod4+Return exec urxvt +bindsym Pause exec i3lock + # kill focused window bindsym Mod4+Shift+q kill @@ -105,6 +108,13 @@ bindsym Mod4+Shift+r restart # exit i3 (logs you out of your X session) bindsym Mod4+Shift+e exit +# # class border backgr. text indicator +client.focused #000000 #76c7b7 #000000 #2e9ef4 +client.focused_inactive #333333 #999999 #000000 #484e50 +client.unfocused #333333 #cccccc #333333 #292d2e +client.urgent #2f343a #900000 #ffffff #900000 +# client.placeholder #000000 #0c0c0c #ffffff #000000 + # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode @@ -143,14 +153,17 @@ mode "resize" { bindsym Escape mode "default" } -bindsym Mod4+r mode "resize" +# NOTE(orbekk): Disable resize mode: I never use it and sometimes I accidentally trigger it. +# bindsym Mod4+r mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { status_command i3status + font xft:Droid Sans Mono 10 } 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' & |
