forked from logan/dotfiles
Switched from j4-desktop-menu to rofi
This commit is contained in:
parent
3abe493c14
commit
c5b7cb15f7
2 changed files with 2 additions and 3 deletions
|
@ -1,2 +0,0 @@
|
||||||
*.font: DejaVu Sans Mono:style=Book:pixelsize=10:antialias=true:autohint=true;
|
|
||||||
*.alpha: 0.9
|
|
|
@ -50,7 +50,8 @@ bindsym $mod+Shift+q kill
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
#bindsym $mod+d exec dmenu_run
|
#bindsym $mod+d exec dmenu_run
|
||||||
#bindsym $mod+d exec jgmenu_run
|
#bindsym $mod+d exec jgmenu_run
|
||||||
bindsym $mod+d exec source ~/.bashrc && j4-dmenu-desktop --dmenu="dmenu -i -nb '#2c2e33' -nf '#cccccc' -sf '#ffffff' -sb '#4285f4'" --term="i3-sensible-terminal"
|
#bindsym $mod+d exec source ~/.bashrc && j4-dmenu-desktop --dmenu="dmenu -i -nb '#2c2e33' -nf '#cccccc' -sf '#ffffff' -sb '#4285f4'" --term="i3-sensible-terminal"
|
||||||
|
bindsym $mod+d exec source ~/.bashrc && rofi -show drun
|
||||||
|
|
||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
# 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
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
|
|
Loading…
Reference in a new issue