desktop: rofi
This commit is contained in:
parent
f2b256be97
commit
f0b916098e
3 changed files with 12 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
~/.Xresources: X/.Xresources
|
||||
~/.config/i3: i3/
|
||||
~/.config/mako: mako/
|
||||
~/.config/rofi: rofi/
|
||||
~/.config/sway: sway/
|
||||
~/.config/tridactyl: tridactyl/
|
||||
~/.config/waybar: waybar/
|
||||
|
|
|
|||
10
rofi/config.rasi
Normal file
10
rofi/config.rasi
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
configuration {
|
||||
timeout {
|
||||
action: "kb-cancel";
|
||||
delay: 0;
|
||||
}
|
||||
filebrowser {
|
||||
directories-first: true;
|
||||
sorting-method: "name";
|
||||
}
|
||||
}
|
||||
|
|
@ -20,7 +20,7 @@ input type:keyboard {
|
|||
floating_modifier $super normal
|
||||
|
||||
bindsym $super+Return exec alacritty
|
||||
bindsym $super+Space exec bemenu-run
|
||||
bindsym $super+Space exec rofi -show run
|
||||
|
||||
# Kill focused window
|
||||
bindsym $super+Shift+q kill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue