Add basic rofi config.

This commit is contained in:
Kevin Baensch 2023-09-09 21:18:53 +02:00
parent dbe7fdfb4e
commit 8e689038db
Signed by: derped
GPG key ID: C0F1D326C7626543
3 changed files with 28 additions and 3 deletions

View file

@ -149,8 +149,7 @@ bindsym $mod+Return exec alacritty
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
#bindsym $mod+d exec rofi -show run -lines 3 -eh 2 -width 100 -padding 330 -opacity "85" -config ~/.config/rofi.cfg -font "System San Francisco Display 12"
bindsym $mod+d exec dmenu_run -fn 'Droid Sans Mono-8'
bindsym $mod+d exec ${pkgs.rofi}/bin/rofi -config /etc/rofi.rasi -show combi
# 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.