Switched from j4-desktop-menu to rofi

This commit is contained in:
Logan G 2020-12-05 01:14:30 -07:00
parent 3abe493c14
commit c5b7cb15f7
Signed by untrusted user: logan
GPG key ID: E328528C921E7A7A
2 changed files with 2 additions and 3 deletions

View file

@ -1,2 +0,0 @@
*.font: DejaVu Sans Mono:style=Book:pixelsize=10:antialias=true:autohint=true;
*.alpha: 0.9

View file

@ -50,7 +50,8 @@ bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
#bindsym $mod+d exec dmenu_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
# shipping a .desktop file. It is a wrapper around dmenu, so you need that