fix: update bspwm config
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
9da1518c20
commit
dca1413c4f
2 changed files with 13 additions and 3 deletions
|
@ -6,10 +6,18 @@
|
|||
super + Return
|
||||
kitty
|
||||
|
||||
# neovide
|
||||
control + Return
|
||||
neovide
|
||||
|
||||
# program launcher
|
||||
super + space
|
||||
/home/priime/.config/rofi/scripts/rofi-apps
|
||||
|
||||
# ChatGPT
|
||||
super + y
|
||||
/home/priime/.config/rofi/scripts/rofi-chatnotify
|
||||
|
||||
# make sxhkd reload its configuration files:
|
||||
super + Escape
|
||||
pkill -USR1 -x sxhkd
|
||||
|
@ -219,8 +227,10 @@ 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'}
|
||||
super + i
|
||||
rofi -show emoji -modi emoji
|
||||
super + shift + i
|
||||
rofi -show unicode -modi 'unicode:~/.config/rofiemoji-rofiunicode/rofiunicode.sh'
|
||||
|
||||
# lambda everywhere
|
||||
control + backslash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue