summaryrefslogtreecommitdiff
path: root/i3
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-10-07 21:53:35 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-10-07 21:53:35 -0400
commitc2ed84f6632a9c3521242ad7e2d8ae4e1e8c5770 (patch)
tree2634a535fda30d4a654b9e8128b87ff0233298b4 /i3
parent9ae9f06d2012167fcc6f91f2f28f98eced01365a (diff)
parent820bd83a3d969c6ec2e48d0421e41cffcc7c0c95 (diff)
Merge branch 'master' of tesuji.6.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'i3')
-rw-r--r--i3/config14
1 files changed, 7 insertions, 7 deletions
diff --git a/i3/config b/i3/config
index 6f4cfa3..9eb7d8f 100644
--- a/i3/config
+++ b/i3/config
@@ -25,7 +25,7 @@ bindsym Pause exec i3lock -c 2A3462
bindsym Mod4+Shift+q kill
# start dmenu (a program launcher)
-bindsym Mod4+d exec dmenu_run -fn -*-*-*-*-*-*-20-*-*-*-*-*-*-*
+bindsym Mod4+d exec $HOME/bin/dmenu_run.sh
# change focus
bindsym Mod4+h focus left
@@ -109,11 +109,10 @@ bindsym Mod4+Shift+r restart
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
+client.focused #000000 #6a9fb5 #f5f5f5 #2e9ef4
+client.focused_inactive #000000 #505050 #e0e0e0 #484e50
+client.unfocused #000000 #505050 #aa759f
+client.urgent #000000 #ac4142 #e0e0e0 #ac4142
# resize window (you can also use the mouse for that)
mode "resize" {
@@ -164,7 +163,8 @@ bar {
}
exec xrdb -merge $HOME/.Xresources
-exec setxkbmap us -variant dvorak -option compose:ralt -option caps:ctrl_modifier
+setxkbmap us -variant dvorak -option compose:ralt -option caps:ctrl_modifier
+exec $HOME/bin/keyboard_setup.sh
exec xbindkeys
exec google-chrome &
exec xautolock -time 10 -locker 'i3lock -c 2A3462' &