diff options
| author | KJ Ørbekk <orbekk@google.com> | 2016-07-08 18:18:35 -0400 |
|---|---|---|
| committer | KJ Ørbekk <orbekk@google.com> | 2016-07-08 18:18:35 -0400 |
| commit | 74d2bf90fdffdecab654b90c36ebb698d2019ab3 (patch) | |
| tree | 47f1a28165243b8f176398c7fc84455a59904eec /i3 | |
| parent | ed2f8e1fa0b622cd38526064b0c74923a840562c (diff) | |
| parent | 6b008fdd447ba2ce12af6fe39d5697155aa5a8a2 (diff) | |
Merge branch 'master' of sabaki.kk.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'i3')
| -rw-r--r-- | i3/config | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -73,6 +73,11 @@ bindsym $mod+7 workspace 7 bindsym $mod+8 workspace 8 bindsym $mod+9 workspace 9 bindsym $mod+0 workspace 10 +bindsym $mod+apostrophe workspace 1 +bindsym $mod+comma workspace 2 +bindsym $mod+period workspace 3 +bindsym $mod+p workspace 4 +bindsym $mod+y workspace 5 # move focused container to workspace bindsym $mod+Shift+1 move workspace 1 @@ -144,7 +149,7 @@ mode "resize" { # finds out, if available) bar { status_command i3blocks || i3status - font xft:Droid Sans Mono 8 + font xft:Source Code Pro 10 } exec xrdb -merge $HOME/.Xresources @@ -153,5 +158,7 @@ exec $HOME/bin/keyboard_setup.sh exec $HOME/bin/local.sh exec xbindkeys exec xset -b +exec nm-applet & exec google-chrome & exec xautolock -time 10 -locker 'i3lock -c 2A3462' & +exec redshift -l 40:-70 -r -t 5500:3700 & |
