Add rofi config; use rofi as app launcher in i3 on roxy

This commit is contained in:
Lexi / Zoe 2021-12-16 00:53:40 +01:00
parent 2ae15042e9
commit 0175c5a4ab
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
3 changed files with 25 additions and 4 deletions

View file

@ -104,10 +104,11 @@ for_window [instance="sakura-floating"] floating enable
bindsym $mod+Shift+Return exec sakura --name=sakura-floating
# ~~ Start application launcher
# Regular dmenu:
bindsym $mod+d exec dmenu_run
# This one only displays .desktop file applications
bindsym $mod+Shift+d exec --no-startup-id i3-dmenu-desktop
bindsym $mod+d exec rofi -show run
bindsym $mod+Shift+d exec rofi -show drun
bindsym $mod+w exec rofi -show window
bindsym $mod+c exec rofi -show calc
bindsym $mod+m exec rofi -show emoji
# ~~ Kill focused window
bindsym $mod+Shift+q kill