Added in rofi configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user