diff options
Diffstat (limited to '.config/maomao')
-rwxr-xr-x | .config/maomao/autostart.sh | 10 | ||||
-rw-r--r-- | .config/maomao/config.conf | 9 |
2 files changed, 11 insertions, 8 deletions
diff --git a/.config/maomao/autostart.sh b/.config/maomao/autostart.sh index 7a03929..025027b 100755 --- a/.config/maomao/autostart.sh +++ b/.config/maomao/autostart.sh @@ -14,13 +14,17 @@ pkill -f /usr/local/libexec/xdg-desktop-portal-wlr pkill -f waybar waybar & +# Start Kanshi +pkill -f kanshi +kanshi & + # $wallpaper is set in your shells config file like below. read -r wallpaper<"$HOME/.cache/wallpaper" pkill -f swaybg swaybg -m fill -i "$wallpaper" & -pkill -f mako -mako & +pkill -f dunst +dunst & pkill -f wlsunset wlsunset -l 57.4 -L -1.9 & @@ -34,5 +38,3 @@ mixer vol.mute="$(grep 'vol.mute=' ~/.cache/audio-volume | awk -F '=' '{print $2 sh "$HOME/.config/waybar/scripts/swayidle-update.sh" -# Focus HDMI-A-1 if available on startup -mmsg -d focusmon,HDMI-A-1 diff --git a/.config/maomao/config.conf b/.config/maomao/config.conf index d98438f..c6395fd 100644 --- a/.config/maomao/config.conf +++ b/.config/maomao/config.conf @@ -81,8 +81,8 @@ swipe_min_threshold=20 mouse_natural_scrolling=0 # Appearance -gappih=5 -gappiv=5 +gappih=10 +gappiv=10 gappoh=10 gappov=10 borderpx=2 @@ -109,8 +109,9 @@ blur_params_saturation = 1.2 # Shadow settings shadows = 1 layer_shadows = 1 -shadows_size = 10 -shadows_blur = 15 +shadow_only_floating = 0 +shadows_size = 8 +shadows_blur = 10 shadows_position_x = 0 shadows_position_y = 0 shadowscolor= 0x000000ff |