diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-15 15:41:08 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-15 15:41:08 +1200 |
commit | d582c7a818cabc4a1df2294a0b898f927e662086 (patch) | |
tree | 503625f2ff56c203f123c8e2d4243ab3bc59c7d3 /i3 | |
parent | Screenshot handling, including snippets (diff) | |
download | dotfiles-d582c7a818cabc4a1df2294a0b898f927e662086.tar.gz dotfiles-d582c7a818cabc4a1df2294a0b898f927e662086.zip |
Configure appearance of dmenu
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ bindsym $mod+Return exec urxvtcd bindsym $mod+Shift+c kill # Mod+Shift+d runs Dmenu -bindsym $mod+d exec dmenu_run +bindsym $mod+d exec dmenu_run -fn 'terminus-iso8859-1-12' -nb "#111111" -nf "#eeeeee" -sb "#285577" -sf "#ffffff" # Mod+Shift+h/j/k/l change focus in a Vimlike way bindsym $mod+h focus left |