summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/.local/bin/screenshot4
-rw-r--r--picom/.config/picom.conf4
-rw-r--r--x/.Xresources20
3 files changed, 14 insertions, 14 deletions
diff --git a/bin/.local/bin/screenshot b/bin/.local/bin/screenshot
index 100bbe2..56310fc 100755
--- a/bin/.local/bin/screenshot
+++ b/bin/.local/bin/screenshot
@@ -2,11 +2,11 @@
2screenshot() { 2screenshot() {
3 case $1 in 3 case $1 in
4 f*) 4 f*)
5 scrot -m 5 scrot -m -e 'mv $f ~/scrots'
6 ;; 6 ;;
7 w*) 7 w*)
8 sleep 1 8 sleep 1
9 scrot -s 9 scrot -s -e 'mv $f ~/scrots'
10 ;; 10 ;;
11 *) 11 *)
12 ;; 12 ;;
diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf
index 319bbfa..669922d 100644
--- a/picom/.config/picom.conf
+++ b/picom/.config/picom.conf
@@ -30,8 +30,8 @@ blur-background-exclude = [
30]; 30];
31opacity-rule = [ 31opacity-rule = [
32 "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", 32 "40:class_g = 'Bspwm' && class_i = 'presel_feedback'",
33 "100:class_g = 'st-256color' && focused", 33 "100:class_g = 'URxvt' && focused",
34 "95:class_g = 'st-256color' && !focused" 34 "95:class_g = 'URxvt' && !focused"
35]; 35];
36 36
37## FADING 37## FADING
diff --git a/x/.Xresources b/x/.Xresources
index a03b684..088e0cf 100644
--- a/x/.Xresources
+++ b/x/.Xresources
@@ -8,28 +8,28 @@
8*.color8: #747c84 8*.color8: #747c84
9 9
10! red 10! red
11*.color1: #c7ae95 11*.color1: #b23e27
12*.color9: #c7ae95 12*.color9: #b23e27
13 13
14! green 14! green
15*.color2: #95c7ae 15*.color2: #378e5e
16*.color10: #95c7ae 16*.color10: #378e5e
17 17
18! yellow 18! yellow
19*.color3: #aec795 19*.color3: #aec795
20*.color11: #aec795 20*.color11: #aec795
21 21
22! blue 22! blue
23*.color4: #ae95c7 23*.color4: #50719b
24*.color12: #ae95c7 24*.color12: #50719b
25 25
26! magenta 26! magenta
27*.color5: #c795ae 27*.color5: #b76e9f
28*.color13: #c795ae 28*.color13: #b76e9f
29 29
30! cyan 30! cyan
31*.color6: #95aec7 31*.color6: #318e88
32*.color14: #95aec7 32*.color14: #318e88
33 33
34! white 34! white
35*.color7: #c7ccd1 35*.color7: #c7ccd1