diff --git a/desktop.conf.yaml b/desktop.conf.yaml index cd16160..2dc646b 100644 --- a/desktop.conf.yaml +++ b/desktop.conf.yaml @@ -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/ diff --git a/rofi/config.rasi b/rofi/config.rasi new file mode 100644 index 0000000..f9d9d1c --- /dev/null +++ b/rofi/config.rasi @@ -0,0 +1,10 @@ +configuration { + timeout { + action: "kb-cancel"; + delay: 0; + } + filebrowser { + directories-first: true; + sorting-method: "name"; + } +} diff --git a/sway/config b/sway/config index 8a39b20..786c01b 100644 --- a/sway/config +++ b/sway/config @@ -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