dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit b4cf09eb638d5379f145a391e8048c0fe29b10d7
parent 6255022c3aad8505093bcde0e6c996ff3038fd25
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 13 Oct 2015 14:46:38 -0700

Add ~/bin to dmenu path.

Diffstat:
M.i3/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.i3/config b/.i3/config @@ -36,7 +36,7 @@ bindsym Control+Mod1+l exec $lock_screen bindsym Control+Mod1+s exec dbus-send --system --dest=org.freedesktop.UPower --type=method_call # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run +bindsym $mod+d exec PATH=$HOME/bin:$PATH dmenu_run # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed.