Add rofi config; use rofi as app launcher in i3 on roxy
This commit is contained in:
parent
2ae15042e9
commit
0175c5a4ab
3 changed files with 25 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue