From f0b916098e3aec4bf310fb8aa6430290e7a590fc Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 30 Nov 2024 20:06:11 -0800 Subject: [PATCH] desktop: rofi --- desktop.conf.yaml | 1 + rofi/config.rasi | 10 ++++++++++ sway/config | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 rofi/config.rasi 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