diff options
author | terminaldweller <thabogre@gmail.com> | 2021-12-17 13:55:13 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-12-17 13:55:13 +0000 |
commit | adc0b312110d800debc7ad964ee963b2590a7897 (patch) | |
tree | e31b7f8ce97b77c617ed1d20d9c17f22104bc57f /.config | |
parent | update for keymappings for xcape (diff) | |
download | scripts-adc0b312110d800debc7ad964ee963b2590a7897.tar.gz scripts-adc0b312110d800debc7ad964ee963b2590a7897.zip |
update
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index 7cb28b9..959be1f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -37,8 +37,8 @@ bindsym $mod+Return exec st -f "DejaVu Sans Mono for Powerline-11.3" bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run -nhb "dark slate gray" -nhf white -shb "forest green" -shf white -l 14 -#bindsym $mod+d exec dmenu_run -nb black -sb tomato -l 12 +#bindsym $mod+d exec dmenu_run -nhb "dark slate gray" -nhf white -shb "forest green" -shf white -l 14 +bindsym $mod+d exec dmenu_run -nb black -sb tomato -l 12 # 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. |