dotfiles-arch/.config/sway/config

39 lines
623 B
Text
Executable file

# Set super key
set $mod Mod4
# Set terminal
set $term kitty
# Set app launcher
set $menu wofi --allow-images --show=drun --prompt "Search Program"
# Set scale
set $scale 1.25
# Set background
set $bg ~/.config/desktop-common/wallpapers/davekat.png
# Set lockscreen
set $lock hyprlock
# Set Efects
set $gaps 10
set $radius 0
set $shadows on
set $shadow_blur 15
set $blur enable
set $blur_radius 10
set $blur_passes 3
# Set browser
set $browser librewolf
# System configs
include /etc/sway/config.d/*
# Local configs
include $HOME/.config/sway/config.d/*
# Autostart apps
exec $HOME/.config/sway/scripts.d/auto.sh