Quality of life improvements

This commit is contained in:
Augusto Gunsch 2021-01-08 14:34:14 -03:00
parent 30bbfa142b
commit 93ce13569b
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
4 changed files with 18 additions and 12 deletions

View File

@ -25,3 +25,6 @@ alias getip="curl -s https://ipecho.net/plain | xargs echo"
# better du
alias du="du -h"
alias weather="curl -s wttr.in | head -n-1"
alias feh="feh -."

View File

@ -11,21 +11,21 @@
shadow = true;
# The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12
shadow-radius = 7;
shadow-radius = 12
#shadow-radius = 7;
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
shadow-opacity = .75
shadow-opacity = .5
# The left offset for shadows, in pixels. (defaults to -15)
# shadow-offset-x = -15
shadow-offset-x = -11
#shadow-offset-x = -7;
#shadow-offset-x = -7;
shadow-offset-x = -7;
# The top offset for shadows, in pixels. (defaults to -15)
# shadow-offset-y = -15
shadow-offset-y = -3
#shadow-offset-y = -7;
#shadow-offset-y = -7;
shadow-offset-y = -7;
# Avoid drawing shadows on dock/panel windows. This option is deprecated,
# you should use the *wintypes* option in your config file instead.
@ -38,13 +38,13 @@ shadow-offset-y = -7;
# no-dnd-shadow = false
# Red color value of shadow (0.0 - 1.0, defaults to 0).
shadow-red = 0.5
shadow-red = 0.0
# Green color value of shadow (0.0 - 1.0, defaults to 0).
shadow-green = 0.5
shadow-green = 0.0
# Blue color value of shadow (0.0 - 1.0, defaults to 0).
shadow-blue = 0.5
shadow-blue = 0.0
# Do not paint shadows on shaped windows. Note shaped windows
# here means windows setting its shape through X Shape extension.
@ -68,7 +68,7 @@ shadow-exclude = [
"class_g = 'Conky'",
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"class_g = 'dwm'",
# "class_g = 'dwm'",
"class_g = 'dmenu'",
"_GTK_FRAME_EXTENTS@:c"
];
@ -166,7 +166,7 @@ inactive-opacity-override = false;
# Parameters for background blurring, see the *BLUR* section for more information.
# blur-method =
# blur-size = 12
#blur-size = 12
#
# blur-deviation = false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 557 KiB

View File

@ -6,3 +6,6 @@ feh --bg-fill ~/.wallpaper.png
lxpolkit &
dwm_bar &
exec dwm
xdg-mime default mupdf.desktop application/pdf
xdg-mime default feh.desktop image/png
xdg-mime default feh.desktop image/jpg