1
0
Fork 0

desktop: rofi

This commit is contained in:
Jeremy Kaplan 2024-11-30 20:06:11 -08:00
commit f0b916098e
3 changed files with 12 additions and 1 deletions

View file

@ -3,6 +3,7 @@
~/.Xresources: X/.Xresources ~/.Xresources: X/.Xresources
~/.config/i3: i3/ ~/.config/i3: i3/
~/.config/mako: mako/ ~/.config/mako: mako/
~/.config/rofi: rofi/
~/.config/sway: sway/ ~/.config/sway: sway/
~/.config/tridactyl: tridactyl/ ~/.config/tridactyl: tridactyl/
~/.config/waybar: waybar/ ~/.config/waybar: waybar/

10
rofi/config.rasi Normal file
View file

@ -0,0 +1,10 @@
configuration {
timeout {
action: "kb-cancel";
delay: 0;
}
filebrowser {
directories-first: true;
sorting-method: "name";
}
}

View file

@ -20,7 +20,7 @@ input type:keyboard {
floating_modifier $super normal floating_modifier $super normal
bindsym $super+Return exec alacritty bindsym $super+Return exec alacritty
bindsym $super+Space exec bemenu-run bindsym $super+Space exec rofi -show run
# Kill focused window # Kill focused window
bindsym $super+Shift+q kill bindsym $super+Shift+q kill