diff options
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 17 | ||||
-rw-r--r-- | picom/.config/picom.conf | 4 | ||||
-rw-r--r-- | spectrwm/.config/spectrwm/spectrwm.conf | 2 | ||||
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 12 | ||||
-rw-r--r-- | x/.xinitrc | 2 |
5 files changed, 14 insertions, 23 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 70afbc5..472e32e 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -1,25 +1,16 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | 2 | ||
3 | sxhkd & | 3 | sxhkd & |
4 | dunst & | ||
5 | unclutter & | ||
6 | compton &> /dev/null & | ||
7 | xss-lock -- ~/.local/bin/lock & | ||
8 | ~/.local/bin/bat_check.sh & | ||
9 | redshift -l 13.082680:80.270718 & | ||
10 | ~/.fehbg & | ||
11 | urxvtd & | ||
12 | 4 | ||
13 | bspc monitor -d term web music files code virt chat game IX X | 5 | bspc monitor -d term web music files code virt chat game IX X |
14 | 6 | ||
15 | bspc config border_width 0 | 7 | bspc config border_width 0 |
16 | bspc config window_gap 8 | 8 | bspc config window_gap 8 |
17 | 9 | bspc config focus_follows_pointer true | |
18 | bspc config split_ratio 0.52 | 10 | bspc config split_ratio 0.50 |
19 | bspc config borderless_monocle true | 11 | bspc config borderless_monocle true |
20 | bspc config gapless_monocle true | 12 | bspc config gapless_monocle true |
21 | 13 | ||
22 | bspc rule -a Firefox desktop='^2' | 14 | bspc rule -a Chromium desktop='^2' |
23 | bspc rule -a Spacefm desktop='^4' | ||
24 | 15 | ||
25 | $HOME/.config/polybar/launch.sh & | 16 | ~/bartest | lemonbar -F "#000000" & |
diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index b51f5fc..eb647e8 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf | |||
@@ -1,5 +1,5 @@ | |||
1 | ## SHADOWS | 1 | ## SHADOWS |
2 | shadow = false; | 2 | shadow = true; |
3 | shadow-radius = 15; | 3 | shadow-radius = 15; |
4 | shadow-offset-x = -12; | 4 | shadow-offset-x = -12; |
5 | shadow-offset-y = -12; | 5 | shadow-offset-y = -12; |
@@ -69,4 +69,4 @@ detect-transient = true; | |||
69 | detect-client-leader = true; | 69 | detect-client-leader = true; |
70 | invert-color-include = [ ]; | 70 | invert-color-include = [ ]; |
71 | corner-radius = 5; | 71 | corner-radius = 5; |
72 | rounded-corners-exclude = [ "name = 'Spectrwm'" ] | 72 | rounded-corners-exclude = [ "name = 'bar'" ] |
diff --git a/spectrwm/.config/spectrwm/spectrwm.conf b/spectrwm/.config/spectrwm/spectrwm.conf index 8fd48f2..7c0ff48 100644 --- a/spectrwm/.config/spectrwm/spectrwm.conf +++ b/spectrwm/.config/spectrwm/spectrwm.conf | |||
@@ -66,7 +66,7 @@ urgent_enabled = 1 | |||
66 | # region = screen[1]:1280x1024+1280+0 | 66 | # region = screen[1]:1280x1024+1280+0 |
67 | 67 | ||
68 | # Launch applications in a workspace of choice | 68 | # Launch applications in a workspace of choice |
69 | autorun = ws[2]:chromium --profile-directory=Default | 69 | # autorun = ws[2]:chromium --profile-directory=Default |
70 | 70 | ||
71 | # Customize workspace layout at start | 71 | # Customize workspace layout at start |
72 | # layout = ws[1]:4:0:0:0:vertical | 72 | # layout = ws[1]:4:0:0:0:vertical |
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 315cc92..2db257e 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -29,7 +29,7 @@ super + Escape | |||
29 | super + shift + w | 29 | super + shift + w |
30 | firefox | 30 | firefox |
31 | control + alt + l | 31 | control + alt + l |
32 | /home/fd0e/.local/bin/lock | 32 | xset s activate |
33 | super + shift + f | 33 | super + shift + f |
34 | spacefm | 34 | spacefm |
35 | 35 | ||
@@ -150,16 +150,16 @@ super + {Left,Down,Up,Right} | |||
150 | 150 | ||
151 | #Volume | 151 | #Volume |
152 | XF86Audio{RaiseVolume,LowerVolume} | 152 | XF86Audio{RaiseVolume,LowerVolume} |
153 | amixer set Master {'5%+','5%-'} | 153 | pulsemixer --change-volume {+5,-5} |
154 | XF86AudioMute | 154 | XF86AudioMute |
155 | amixer set Master toggle | 155 | pulsemixer --toggle-mute |
156 | 156 | ||
157 | #Playerctl | 157 | #Playerctl |
158 | XF86Audio{Play,Next,Prev} | 158 | XF86Audio{Play,Next,Prev} |
159 | playerctl {play-pause,next,previous} | 159 | cmus-remote {-u,-n,-r} |
160 | 160 | ||
161 | #light | 161 | #light |
162 | XF86MonBrightnessDown | 162 | XF86MonBrightnessDown |
163 | sudo bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done' | 163 | sudo ~/bin/light d |
164 | XF86MonBrightnessUp | 164 | XF86MonBrightnessUp |
165 | sudo bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' | 165 | sudo ~/bin/light u |
@@ -14,4 +14,4 @@ urxvtd & | |||
14 | ~/.local/bin/bat_check.sh & | 14 | ~/.local/bin/bat_check.sh & |
15 | picom & | 15 | picom & |
16 | dunst & | 16 | dunst & |
17 | exec spectrwm | 17 | exec bspwm |