small stuff
This commit is contained in:
commit
79c0d55060
2 changed files with 5 additions and 2 deletions
|
@ -24,7 +24,7 @@ numlockx on &
|
||||||
if [ "`hostname`" = "setsuna" ]; then
|
if [ "`hostname`" = "setsuna" ]; then
|
||||||
bspc monitor "HDMI-A-1" -d 1 2 3 4 5 6 7
|
bspc monitor "HDMI-A-1" -d 1 2 3 4 5 6 7
|
||||||
bspc monitor "DVI-D-0" -d 8 9
|
bspc monitor "DVI-D-0" -d 8 9
|
||||||
elif [ "`hostname`" = "beef-book" ]; then
|
elif [ "`hostname`" = "flare" ]; then
|
||||||
if [ -n "`polybar -m | grep "DP-1"`" ]; then
|
if [ -n "`polybar -m | grep "DP-1"`" ]; then
|
||||||
# for docked desktop use: assign 2 workspaces to the second VGA monitor accordingly if it is connected
|
# for docked desktop use: assign 2 workspaces to the second VGA monitor accordingly if it is connected
|
||||||
if [ -n "`polybar -m | grep "VGA-0"`" ]; then
|
if [ -n "`polybar -m | grep "VGA-0"`" ]; then
|
||||||
|
|
|
@ -54,7 +54,7 @@ super + d
|
||||||
~/.config/rofi/launchers/misc/launcher.sh
|
~/.config/rofi/launchers/misc/launcher.sh
|
||||||
#rofi -show run
|
#rofi -show run
|
||||||
# kaomoji picker lol
|
# kaomoji picker lol
|
||||||
super + ctrl + k
|
ctrl + alt + k
|
||||||
dmenukaomoji
|
dmenukaomoji
|
||||||
|
|
||||||
# Turn off all diplays
|
# Turn off all diplays
|
||||||
|
@ -72,6 +72,9 @@ super + w
|
||||||
#Take a screenshot
|
#Take a screenshot
|
||||||
Print
|
Print
|
||||||
flameshot gui
|
flameshot gui
|
||||||
|
shift + Print
|
||||||
|
sleep 2 && flameshot gui
|
||||||
|
|
||||||
#Brightness control
|
#Brightness control
|
||||||
XF86MonBrightnessDown
|
XF86MonBrightnessDown
|
||||||
xbacklight -dec 5
|
xbacklight -dec 5
|
||||||
|
|
Loading…
Reference in a new issue