From 2f39ced790be4a16efe7cffe8f610b0f5d8dfb09 Mon Sep 17 00:00:00 2001 From: Holmes Date: Mon, 8 Sep 2025 19:36:31 +0100 Subject: [PATCH] Added in rofi configuration --- README.org | 3 +++ minconf/bspwm/sxhkdrc | 12 ++++++++---- minconf/rofi/config.rasi | 6 ++++++ 3 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 minconf/rofi/config.rasi diff --git a/README.org b/README.org index 03be3b4..3463e1e 100644 --- a/README.org +++ b/README.org @@ -13,6 +13,9 @@ Adding in config files that I will use for a minimal and a styled config. This w - [X] Sway - swayrc + +- Rofi (dmenu + ssh + window switch) + - [ ] rofi/config.rasi (using the default config file) ** Styled Config (styconf) diff --git a/minconf/bspwm/sxhkdrc b/minconf/bspwm/sxhkdrc index c6aa7ac..bc472cc 100644 --- a/minconf/bspwm/sxhkdrc +++ b/minconf/bspwm/sxhkdrc @@ -11,20 +11,24 @@ super + shift + n super + n sh -c 'S="${DUNST_STATE_FILE:-$HOME/.cache/dunst.paused}"; P="$(cat "$S" 2>/dev/null || echo false)"; [ "$P" = true ] && notify-send -u low "🔕 Dunst muted" || notify-send -u low "🔔 Dunst active"' +# Menu items +super + d + rofi -show combi + # Super key = Mod4 # Launch terminal super + Return - xterm -super + shift + Return alacritty +super + shift + Return + konsole --profile Hyperkonsole # Close / kill super + q bspc node -c super + shift + q bspc node -k -super + Escape - sxhd-reload-safe +# super + Escape +# sxhd-reload-safe # --- quit / restart bspwm (works reliably) --- super + alt + q diff --git a/minconf/rofi/config.rasi b/minconf/rofi/config.rasi new file mode 100644 index 0000000..88f8788 --- /dev/null +++ b/minconf/rofi/config.rasi @@ -0,0 +1,6 @@ +configuration { + modi: "window,drun,ssh,combi"; + font: "hack 10"; + combi-modi: "window,drun,ssh"; + } +@theme "/usr/share/rofi/themes/glue_pro_blue.rasi"