Added in rofi configuration
This commit is contained in:
@@ -14,6 +14,9 @@ Adding in config files that I will use for a minimal and a styled config. This w
|
|||||||
- [X] Sway
|
- [X] Sway
|
||||||
- swayrc
|
- swayrc
|
||||||
|
|
||||||
|
- Rofi (dmenu + ssh + window switch)
|
||||||
|
- [ ] rofi/config.rasi (using the default config file)
|
||||||
|
|
||||||
** Styled Config (styconf)
|
** Styled Config (styconf)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -11,20 +11,24 @@ super + shift + n
|
|||||||
super + 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"'
|
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
|
# Super key = Mod4
|
||||||
# Launch terminal
|
# Launch terminal
|
||||||
super + Return
|
super + Return
|
||||||
xterm
|
|
||||||
super + shift + Return
|
|
||||||
alacritty
|
alacritty
|
||||||
|
super + shift + Return
|
||||||
|
konsole --profile Hyperkonsole
|
||||||
|
|
||||||
# Close / kill
|
# Close / kill
|
||||||
super + q
|
super + q
|
||||||
bspc node -c
|
bspc node -c
|
||||||
super + shift + q
|
super + shift + q
|
||||||
bspc node -k
|
bspc node -k
|
||||||
super + Escape
|
# super + Escape
|
||||||
sxhd-reload-safe
|
# sxhd-reload-safe
|
||||||
|
|
||||||
# --- quit / restart bspwm (works reliably) ---
|
# --- quit / restart bspwm (works reliably) ---
|
||||||
super + alt + q
|
super + alt + q
|
||||||
|
|||||||
6
minconf/rofi/config.rasi
Normal file
6
minconf/rofi/config.rasi
Normal file
@@ -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"
|
||||||
Reference in New Issue
Block a user