add wallpapers, qutebrowser; update bspwm/sxhkd
Signed-off-by: Lucas Sta Maria <lucas.stamaria@gmail.com>
This commit is contained in:
parent
c293767edf
commit
6d4aed993b
8 changed files with 45 additions and 5 deletions
|
@ -7,7 +7,7 @@ super + Return
|
|||
kitty
|
||||
|
||||
# program launcher
|
||||
super + r
|
||||
super + space
|
||||
/home/priime/.config/rofi/scripts/rofi-apps
|
||||
|
||||
# make sxhkd reload its configuration files:
|
||||
|
@ -43,8 +43,11 @@ super + g
|
|||
#
|
||||
|
||||
# set the window state
|
||||
super + {t,shift + t,s,f}
|
||||
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
|
||||
super + {t,shift + t,s}
|
||||
bspc node -t {tiled,pseudo_tiled,floating}
|
||||
|
||||
super + f
|
||||
bspc node -t \~fullscreen
|
||||
|
||||
# set the node flags
|
||||
super + ctrl + {m,x,y,z}
|
||||
|
@ -206,5 +209,15 @@ super + {a,o}
|
|||
pactl set-sink-volume @DEFAULT_SINK@ {+,-}2%
|
||||
|
||||
# switch monitor mode
|
||||
super + {x,b}
|
||||
~/.screenlayout/{monitor,single-screen}.sh
|
||||
super + shift + x
|
||||
~/.screenlayout/monitor.sh && bspc monitor -g 1920x1080+0+0 && bspc config -m eDP1 bottom_padding 0 && bspc wm -r
|
||||
super + shift + b
|
||||
~/.screenlayout/single-screen.sh && bspc monitor -g 1920x1200+0+0 && bspc config -m eDP1 bottom_padding 0 bspc wm -r
|
||||
|
||||
# emojis and special symbols
|
||||
super + {_,shift +} i
|
||||
rofi -show {emoji,unicode} -modi {emoji,'unicode:~/.config/rofiemoji-rofiunicode/rofiunicode.sh'}
|
||||
|
||||
# lambda everywhere
|
||||
control + backslash
|
||||
xdotool keyup Control_L && xdotool keyup backslash && xdotool type "λ"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue