diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-01 20:03:33 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-01 20:03:33 -0400 |
commit | 4b1e510f75093b7da5b85f6f83d19f525df98b6e (patch) | |
tree | c9652453faa82c198c6c147cb50a4f0e29ecf35e /i3 | |
parent | c3d25bdf95cca3fda310a1d2d9d53d202a29152a (diff) |
Add proxy script to fix PATH in dmenu.
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/orbekk/dotfiles/bin/dmenu_run.sh # change focus bindsym Mod4+h focus left |