summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-21 12:28:27 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-21 12:28:27 -0700
commit08b69a98ab50cab7ca3871a1a5277fd7ee992345 (patch)
tree3940d8a9e8ce1af10087ebc46b373286ad3fb62e /.config
parent9e34c0540e703a3b260ab86e62deaa612fee0016 (diff)
Small tweaks here and there
Diffstat (limited to '.config')
-rw-r--r--.config/alacritty/alacritty.yml2
-rwxr-xr-x.config/bspwm/bspwmrc2
-rw-r--r--.config/flameshot/flameshot.ini2
-rw-r--r--.config/polybar/pulseaudio.ini9
-rw-r--r--.config/sxhkd/sxhkdrc2
5 files changed, 12 insertions, 5 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index e6bb373..e2505d3 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -47,7 +47,7 @@ font:
bold_italic:
family: monospace
style: Bold Italic
- size: 9.0
+ size: 10.0
offset:
x: 0
y: 0
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index 9267601..09197d8 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -44,7 +44,7 @@ bspc config top_padding 34
bspc config bottom_padding 10
bspc config left_padding 10
bspc config right_padding 10
-bspc config border_width 4
+bspc config border_width 2
bspc config window_gap 5
bspc config split_ratio 0.52
bspc config borderless_monocle true
diff --git a/.config/flameshot/flameshot.ini b/.config/flameshot/flameshot.ini
index 4bc51b6..dea28fe 100644
--- a/.config/flameshot/flameshot.ini
+++ b/.config/flameshot/flameshot.ini
@@ -4,4 +4,4 @@ drawColor=#ff0000
drawThickness=0
filenamePattern=SS_%d%b%y_%I%M%S
saveAfterCopyPath=/home/lz/pix/ss
-savePath=/home/lz/pix/ss/
+savePath=/home/lz/pix/ss
diff --git a/.config/polybar/pulseaudio.ini b/.config/polybar/pulseaudio.ini
index c5e93c2..c2f5bb4 100644
--- a/.config/polybar/pulseaudio.ini
+++ b/.config/polybar/pulseaudio.ini
@@ -44,8 +44,15 @@ ramp-volume-1 = 
ramp-volume-2 = 
# Right and Middle click
-click-right = pavucontrol
# click-middle =
+# click-left =
+# click-middle =
+click-right = pavucontrol
+# scroll-up =
+# scroll-down =
+# double-click-left =
+# double-click-middle =
+# double-click-right =
bar-volume-width = 10
bar-volume-foreground-0 = ${colors.green}
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index cf1ae91..45b70d8 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -67,7 +67,7 @@ super + ctrl + {m,x,y,z}
# Focus/swap.
#
-# Socus the node in the given direction.
+# Focus the node in the given direction.
super + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east}