various bug fixes and customization
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
#
|
||||
# Hotkey - Config
|
||||
# SXHKD Hotkey's config.
|
||||
#
|
||||
###################################
|
||||
# Reload sxhkd config #
|
||||
# Reload SXHKD Config.
|
||||
|
||||
super + alt + ctrl + Escape
|
||||
super + shift + ctrl + alt + Escape
|
||||
pkill -USR1 -x sxhkd
|
||||
|
||||
###################################
|
||||
|
||||
# Terminal´s primary and secondary.
|
||||
super + Return
|
||||
kitty
|
||||
|
||||
super + shift + Return
|
||||
alacritty
|
||||
|
||||
super + shift + Return
|
||||
kitty
|
||||
|
||||
# Rofi launcher # # # # # # # # # # # # #
|
||||
|
||||
# Rofi launcher - Start # # # # # # # # # # # # # # # # # #
|
||||
super + r
|
||||
rofi -show run
|
||||
rofi -modi "run,window,filebrowser,ssh" -show run
|
||||
|
||||
super + shift + r
|
||||
rofi -modi "run,window,file-browser,ssh" -show run
|
||||
super + space
|
||||
rofi -modi "run,window,filebrowser,ssh" -show run
|
||||
|
||||
super + ctrl + m
|
||||
. ~/.config/rofi/rofi-beats.sh
|
||||
@@ -30,7 +30,7 @@ super + ctrl + m
|
||||
super + ctrl + alt + w
|
||||
. ~/.config/rofi/rofi-wifi-menu.sh
|
||||
|
||||
# Rofi launcher # # # # # # # # # # # # #
|
||||
# Rofi launcher - End # # # # # # # # # # # # # # # # # # #
|
||||
|
||||
super + b
|
||||
google-chrome
|
||||
@@ -38,30 +38,31 @@ super + b
|
||||
super + shift + b
|
||||
firefox
|
||||
|
||||
super + shift + f
|
||||
flameshot
|
||||
|
||||
|
||||
# File Manager ##########################
|
||||
# File Manager
|
||||
super + e
|
||||
pcmanfm
|
||||
|
||||
super + shift + e
|
||||
thunar
|
||||
|
||||
# Audio / Music #########################
|
||||
# Steam
|
||||
super + alt + s
|
||||
flatpak run com.valvesoftware.Steam
|
||||
|
||||
super + alt + ctrl + a
|
||||
kitty -e pulsemixer
|
||||
# Audio / Music
|
||||
|
||||
super + alt + a
|
||||
kitty -e pulsemixer
|
||||
|
||||
super + alt + m
|
||||
pulsemixer --toggle-mute
|
||||
pulsemixer --toggle-mute
|
||||
|
||||
super + alt + Up
|
||||
pulsemixer --change-volume +5
|
||||
pulsemixer --change-volume +5
|
||||
|
||||
super + alt + Down
|
||||
pulsemixer --change-volume -5
|
||||
pulsemixer --change-volume -5
|
||||
|
||||
|
||||
XF86AudioRaiseVolume
|
||||
@@ -73,8 +74,11 @@ XF86AudioLowerVolume
|
||||
XF86AudioMute
|
||||
pulsemixer --toggle-mute
|
||||
|
||||
|
||||
super + ctrl + alt + m
|
||||
kitty -e mocp
|
||||
kitty -e mocp
|
||||
|
||||
|
||||
|
||||
####### lock computer #######
|
||||
super + l
|
||||
@@ -98,7 +102,7 @@ super + l
|
||||
|
||||
|
||||
# quit/restart bspwm
|
||||
super + alt + ctrl + {q,r}
|
||||
super + ctrl + alt + shift + {q,r}
|
||||
bspc {quit,wm -r}
|
||||
|
||||
# close and kill
|
||||
@@ -160,8 +164,14 @@ super + {o,i}
|
||||
bspc wm -h on
|
||||
|
||||
# focus or send to the given desktop
|
||||
super + {_,shift + }{1-9,0}
|
||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
||||
#super + {_,shift + }{1-9,0}
|
||||
# bspc {desktop -f,node -d} '^{1-9,10}'
|
||||
|
||||
super + {1-9,0}
|
||||
bspc desktop -f {1-9,10}
|
||||
|
||||
super + shift + {1-9,0}
|
||||
bspc node -d {1-9,10} -f
|
||||
|
||||
#
|
||||
# Preselect
|
||||
@@ -189,12 +199,12 @@ super + ctrl + shift + space
|
||||
|
||||
# expand a window by moving one of its side outward
|
||||
super + alt + {h,j,k,l}
|
||||
bspc node -z {left -50 0,bottom 0 50,top 0 -50,right 50 0}
|
||||
bspc node -z {left -10 0,bottom 0 10,top 0 -10,right 10 0}
|
||||
|
||||
# contract a window by moving one of its side inward
|
||||
super + alt + shift + {h,j,k,l}
|
||||
bspc node -z {right -50 0,top 0 50,bottom 0 -50,left 50 0}
|
||||
bspc node -z {right -10 0,top 0 10,bottom 0 -10,left 10 0}
|
||||
|
||||
# move a floating window
|
||||
super + {Left,Down,Up,Right}
|
||||
bspc node -v {-50 0,0 50,0 -50,50 0}
|
||||
bspc node -v {-10 0,0 10,0 -10,10 0}
|
||||
|
||||
Reference in New Issue
Block a user