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
|
@ -27,7 +27,7 @@
|
||||||
width = 300
|
width = 300
|
||||||
|
|
||||||
# The maximum height of a single notification, excluding the frame.
|
# The maximum height of a single notification, excluding the frame.
|
||||||
height = 500
|
height = 800
|
||||||
|
|
||||||
# Position the notification in the top right corner
|
# Position the notification in the top right corner
|
||||||
origin = top-right
|
origin = top-right
|
||||||
|
|
|
@ -6,10 +6,18 @@
|
||||||
super + Return
|
super + Return
|
||||||
kitty
|
kitty
|
||||||
|
|
||||||
|
# neovide
|
||||||
|
control + Return
|
||||||
|
neovide
|
||||||
|
|
||||||
# program launcher
|
# program launcher
|
||||||
super + space
|
super + space
|
||||||
/home/priime/.config/rofi/scripts/rofi-apps
|
/home/priime/.config/rofi/scripts/rofi-apps
|
||||||
|
|
||||||
|
# ChatGPT
|
||||||
|
super + y
|
||||||
|
/home/priime/.config/rofi/scripts/rofi-chatnotify
|
||||||
|
|
||||||
# make sxhkd reload its configuration files:
|
# make sxhkd reload its configuration files:
|
||||||
super + Escape
|
super + Escape
|
||||||
pkill -USR1 -x sxhkd
|
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
|
~/.screenlayout/single-screen.sh && bspc monitor -g 1920x1200+0+0 && bspc config -m eDP1 bottom_padding 0 bspc wm -r
|
||||||
|
|
||||||
# emojis and special symbols
|
# emojis and special symbols
|
||||||
super + {_,shift +} i
|
super + i
|
||||||
rofi -show {emoji,unicode} -modi {emoji,'unicode:~/.config/rofiemoji-rofiunicode/rofiunicode.sh'}
|
rofi -show emoji -modi emoji
|
||||||
|
super + shift + i
|
||||||
|
rofi -show unicode -modi 'unicode:~/.config/rofiemoji-rofiunicode/rofiunicode.sh'
|
||||||
|
|
||||||
# lambda everywhere
|
# lambda everywhere
|
||||||
control + backslash
|
control + backslash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue