summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-17 16:14:10 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-17 16:14:10 -0600
commit10fe760935ab549bdf78654f896e140f125b7f29 (patch)
treed3059c47665a5d631d451afa6d3517485330fb43 /.config
parent56aeb85589d4229fe11d2c522160eeb7b420c572 (diff)
update config and remove ssg and derivates because of pyssg
Diffstat (limited to '.config')
-rwxr-xr-x.config/bspwm/bspwmrc1
-rw-r--r--.config/flameshot/flameshot.ini2
-rw-r--r--.config/polybar/dunst.ini4
3 files changed, 4 insertions, 3 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index 31b35cb..15e8de9 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -100,6 +100,7 @@ bspc rule -a "Zathura":*:* state=tiled
bspc rule -a "Godot":*:* state=floating
bspc rule -a "picocad":*:* state=floating
bspc rule -a "Steam":*:* state=floating
+# bspc rule -a "pentablet":*:* state=floating rectangle=1130x1020+640+360
# bspc rule -a Gimp desktop='^8' state=floating follow=on
# bspc rule -a Chromium desktop='^2'
# bspc rule -a mplayer2 state=floating
diff --git a/.config/flameshot/flameshot.ini b/.config/flameshot/flameshot.ini
index 987c845..444c8fb 100644
--- a/.config/flameshot/flameshot.ini
+++ b/.config/flameshot/flameshot.ini
@@ -1,7 +1,7 @@
[General]
contrastOpacity=188
disabledTrayIcon=false
-drawColor=#ff0000
+drawColor=#00ffe6
drawThickness=2
filenamePattern=SS_%d%b%y_%I%M%S
saveAfterCopyPath=/home/lz/pix/ss
diff --git a/.config/polybar/dunst.ini b/.config/polybar/dunst.ini
index 202eba0..3186dd0 100644
--- a/.config/polybar/dunst.ini
+++ b/.config/polybar/dunst.ini
@@ -10,5 +10,5 @@ format-underline = ${colors.purple}
hook-0 = echo "%{F$(xresource color2)}%{F-}"
hook-1 = echo "%{F$(xresource color1)}%{F-}"
-click-left = notify-send "DUNST_COMMAND_RESUME" && polybar-msg -p %pid% hook dunst 1
-click-right = notify-send "DUNST_COMMAND_PAUSE" && polybar-msg -p %pid% hook dunst 2
+click-left = dunstctl set-paused false && polybar-msg -p %pid% hook dunst 1
+click-right = dunstctl set-paused true && polybar-msg -p %pid% hook dunst 2