diff options
author | Adrian Kummerlaender | 2014-12-23 17:35:16 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2014-12-23 17:35:16 +0100 |
commit | 37b8f9afe25c75d46e8d52db5451062497da7612 (patch) | |
tree | dbefe97e8ec0c3e42b1ed3fbaa2a7a6a2dc83afb /i3wm/.i3/config | |
parent | 6c7aae8a4344b55334d14a622993525abf206a17 (diff) | |
download | dotfiles-37b8f9afe25c75d46e8d52db5451062497da7612.tar dotfiles-37b8f9afe25c75d46e8d52db5451062497da7612.tar.gz dotfiles-37b8f9afe25c75d46e8d52db5451062497da7612.tar.bz2 dotfiles-37b8f9afe25c75d46e8d52db5451062497da7612.tar.lz dotfiles-37b8f9afe25c75d46e8d52db5451062497da7612.tar.xz dotfiles-37b8f9afe25c75d46e8d52db5451062497da7612.tar.zst dotfiles-37b8f9afe25c75d46e8d52db5451062497da7612.zip |
Centralized `dmenu` configuration in `.dmenurc`
Diffstat (limited to 'i3wm/.i3/config')
-rw-r--r-- | i3wm/.i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 31dcdee..3804a84 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -111,8 +111,8 @@ for_window [class="^.*"] border pixel 2 bindsym $mod+Return exec urxvtc bindsym $alt+Return exec gvim -bindsym $mod+space exec --no-startup-id dmenu_run -fn 'Droid Sans Mono-11' -nb '#222222' -nf '#605c5a' -sb '#111111' -sf '#aadb0f' bindsym $alt+space exec --no-startup-id passman submitform +bindsym $mod+space exec --no-startup-id ~/.i3/dmenu_run.sh bindsym Control+space exec --no-startup-id ~/.i3/apply_layout.sh bindsym Control+Mod1+l exec --no-startup-id i3lock -c 000000 |