# Launch Browser (Firefox)
super + b
firefox
# Launch Private Browser (Firefox Incognito Mode)
super + shift + b
firefox -private-window
# Launch Terminal (Ghostty)
super + Return
kitty
# Launch Rofi Application Menu
super + space
rofi -show drun run window -line-padding 4 -hide-scrollbar -show-icons -theme ~/.config/bspwm/rofi/config.rasi
alt + Tab
rofi -show window -config ~/.config/bspwm/rofi/config.rasi -modi window -line-padding 4 -hide-scrollbar -show-icons
super + w
rofi -show dmenu ~/.config/bspwm/scripts/rofi-network-manager.sh
# Launch Floating Terminal
super + shift + Return
gnome-terminal
    
# Show Keybinding Help Script
super + h
~/.config/bspwm/scripts/help
# Launch File Manager (Thunar)
super + f
thunar
# Launch Geany (Text Editor)
super + e
geany
# Launch GIMP (Image Editor)
super + g
gimp
# Launch Pulsemixer (Audio Mixer in Tilix)
super + v
kitty -e pulsemixer
# Launch Discord
super + d
darktable
# Launch OBS (Screen Recording/Streaming)
super + o
obs
# Set Window State: Floating Mode
super + shift + space
bspc node -t ~floating
# Set Window State: Fullscreen Mode
super + shift + f
bspc node -t fullscreen
# Reload sxhkd (Hotkey Daemon)
super + Escape
pkill -USR1 -x sxhkd; notify-send 'sxhkd' 'Reloaded config'
    
# Reload bspwm (Window Manager)
super + shift + r
bspc wm -r; notify-send 'bspwm' 'Restarted'
# Quit bspwm (Exit Window Manager)
super + shift + q
bspc quit
# Close Focused Window
super + q
bspc node -c
    
# Shutdown or Reboot
super + x
~/.config/bspwm/scripts/power.sh
# Rotate Window 90° Clockwise
super + i
bspc node -R 90
# Rotate Window 90° Counterclockwise
super + shift + i
bspc node -R -90
# Change Focus to Left Window
super + Left
bspc node -f west
# Change Focus to Window Below
super + Down
bspc node -f south
# Change Focus to Window Above
super + Up
bspc node -f north
# Change Focus to Right Window
super + Right
bspc node -f east
# Swap Focused Window with Left Window
super + shift + Left
bspc node -s west
# Swap Focused Window with Window Below
super + shift + Down
bspc node -s south
# Swap Focused Window with Window Above
super + shift + Up
bspc node -s north
# Swap Focused Window with Right Window
super + shift + Right
bspc node -s east
# Switch to Workspace 1-12
super + {1-9,0,F1,F2}
bspc desktop --focus ^{1-9,10,11,12}
# Move Focused Window to Workspace 1-12
super + shift + {1-9,0,F1,F2}
bspc node --to-desktop ^{1-9,10,11,12}
# Expand window width both sides
super + ctrl + Left
bspc node -z right 40 0; bspc node -z left 40 0
# Shrink window width both sides
super + ctrl + Right
bspc node -z right -40 0; bspc node -z left -40 0
# Resize Window: Shrink Down
super + ctrl + Down
bspc node -z top 0 40; bspc node -z bottom 40 0
# Resize Window: Shrink Up
super + ctrl + Up
bspc node -z top 0 -40; bspc node -z bottom -40 0
# Increase Volume (Custom Script)
super + Insert
~/.config/bspwm/scripts/changevolume up
# Decrease Volume (Custom Script)
super + Delete
~/.config/bspwm/scripts/changevolume down
# Mute Volume (Custom Script)
super + m
~/.config/bspwm/scripts/changevolume mute
# Increase Volume (Using pamixer)
XF86AudioRaiseVolume
pamixer -i 2
# Decrease Volume (Using pamixer)
XF86AudioLowerVolume
pamixer -d 2
# Increase Screen Brightness
XF86MonBrightnessUp
xbacklight +10
# Decrease Screen Brightness
XF86MonBrightnessDown
xbacklight -10
# Take a Screenshot (Region Select)
super + Print
flameshot gui --path ~/Screenshots/
# Take a Fullscreen Screenshot
Print
flameshot full --path ~/Screenshots/
    
# Enable Redshift (Night Light)
super + alt + r
~/.config/bspwm/scripts/redshift-on
# Disable Redshift (Night Light)
super + alt + b
~/.config/bspwm/scripts/redshift-off
# Resize All Windows Equally
super + equal
bspc query -N -d | xargs -I % bspc node % -B
super + b
firefox
# Launch Private Browser (Firefox Incognito Mode)
super + shift + b
firefox -private-window
# Launch Terminal (Ghostty)
super + Return
kitty
# Launch Rofi Application Menu
super + space
rofi -show drun run window -line-padding 4 -hide-scrollbar -show-icons -theme ~/.config/bspwm/rofi/config.rasi
alt + Tab
rofi -show window -config ~/.config/bspwm/rofi/config.rasi -modi window -line-padding 4 -hide-scrollbar -show-icons
super + w
rofi -show dmenu ~/.config/bspwm/scripts/rofi-network-manager.sh
# Launch Floating Terminal
super + shift + Return
gnome-terminal
# Show Keybinding Help Script
super + h
~/.config/bspwm/scripts/help
# Launch File Manager (Thunar)
super + f
thunar
# Launch Geany (Text Editor)
super + e
geany
# Launch GIMP (Image Editor)
super + g
gimp
# Launch Pulsemixer (Audio Mixer in Tilix)
super + v
kitty -e pulsemixer
# Launch Discord
super + d
darktable
# Launch OBS (Screen Recording/Streaming)
super + o
obs
# Set Window State: Floating Mode
super + shift + space
bspc node -t ~floating
# Set Window State: Fullscreen Mode
super + shift + f
bspc node -t fullscreen
# Reload sxhkd (Hotkey Daemon)
super + Escape
pkill -USR1 -x sxhkd; notify-send 'sxhkd' 'Reloaded config'
# Reload bspwm (Window Manager)
super + shift + r
bspc wm -r; notify-send 'bspwm' 'Restarted'
# Quit bspwm (Exit Window Manager)
super + shift + q
bspc quit
# Close Focused Window
super + q
bspc node -c
# Shutdown or Reboot
super + x
~/.config/bspwm/scripts/power.sh
# Rotate Window 90° Clockwise
super + i
bspc node -R 90
# Rotate Window 90° Counterclockwise
super + shift + i
bspc node -R -90
# Change Focus to Left Window
super + Left
bspc node -f west
# Change Focus to Window Below
super + Down
bspc node -f south
# Change Focus to Window Above
super + Up
bspc node -f north
# Change Focus to Right Window
super + Right
bspc node -f east
# Swap Focused Window with Left Window
super + shift + Left
bspc node -s west
# Swap Focused Window with Window Below
super + shift + Down
bspc node -s south
# Swap Focused Window with Window Above
super + shift + Up
bspc node -s north
# Swap Focused Window with Right Window
super + shift + Right
bspc node -s east
# Switch to Workspace 1-12
super + {1-9,0,F1,F2}
bspc desktop --focus ^{1-9,10,11,12}
# Move Focused Window to Workspace 1-12
super + shift + {1-9,0,F1,F2}
bspc node --to-desktop ^{1-9,10,11,12}
# Expand window width both sides
super + ctrl + Left
bspc node -z right 40 0; bspc node -z left 40 0
# Shrink window width both sides
super + ctrl + Right
bspc node -z right -40 0; bspc node -z left -40 0
# Resize Window: Shrink Down
super + ctrl + Down
bspc node -z top 0 40; bspc node -z bottom 40 0
# Resize Window: Shrink Up
super + ctrl + Up
bspc node -z top 0 -40; bspc node -z bottom -40 0
# Increase Volume (Custom Script)
super + Insert
~/.config/bspwm/scripts/changevolume up
# Decrease Volume (Custom Script)
super + Delete
~/.config/bspwm/scripts/changevolume down
# Mute Volume (Custom Script)
super + m
~/.config/bspwm/scripts/changevolume mute
# Increase Volume (Using pamixer)
XF86AudioRaiseVolume
pamixer -i 2
# Decrease Volume (Using pamixer)
XF86AudioLowerVolume
pamixer -d 2
# Increase Screen Brightness
XF86MonBrightnessUp
xbacklight +10
# Decrease Screen Brightness
XF86MonBrightnessDown
xbacklight -10
# Take a Screenshot (Region Select)
super + Print
flameshot gui --path ~/Screenshots/
# Take a Fullscreen Screenshot
flameshot full --path ~/Screenshots/
# Enable Redshift (Night Light)
super + alt + r
~/.config/bspwm/scripts/redshift-on
# Disable Redshift (Night Light)
super + alt + b
~/.config/bspwm/scripts/redshift-off
# Resize All Windows Equally
super + equal
bspc query -N -d | xargs -I % bspc node % -B
Comentaris
Publica un comentari a l'entrada