From 0d24029c839fedccdebd3643c719d48c3c35ad2d Mon Sep 17 00:00:00 2001 From: vibikim Date: Tue, 13 Apr 2021 09:11:10 +0300 Subject: [PATCH 1/2] delayed screenshot and fixed kaomoji overlap --- sxhkd/sxhkdrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index f9cb09f..f39c52f 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -54,7 +54,7 @@ super + d ~/.config/rofi/launchers/misc/launcher.sh #rofi -show run # kaomoji picker lol -super + ctrl + k +ctrl + alt + k dmenukaomoji # Turn off all diplays @@ -72,6 +72,9 @@ super + w #Take a screenshot Print flameshot gui +shift + Print + sleep 2 && flameshot gui + #Brightness control XF86MonBrightnessDown xbacklight -dec 5 From da8013c18a49171d8ab1e9c967a5120b3211f833 Mon Sep 17 00:00:00 2001 From: vibikim Date: Wed, 5 May 2021 14:06:18 +0300 Subject: [PATCH 2/2] rename beef-book to flare --- bspwm/bspwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index e831c67..a83bf85 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -22,7 +22,7 @@ numlockx on & if [ "`hostname`" = "setsuna" ]; then bspc monitor "HDMI-A-1" -d 1 2 3 4 5 6 7 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 # 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