dotfiles-arch/.config/sway/config

39 lines
623 B
Text
Raw Normal View History

2023-11-27 18:03:12 +00:00
# Set super key
set $mod Mod4
# Set terminal
2024-01-22 23:34:10 +00:00
set $term kitty
2023-11-27 18:03:12 +00:00
# Set app launcher
set $menu wofi --allow-images --show=drun --prompt "Search Program"
# Set scale
set $scale 1.25
# Set background
2024-06-07 02:05:25 +00:00
set $bg ~/.config/desktop-common/wallpapers/davekat.png
2023-11-27 18:03:12 +00:00
2024-04-05 19:11:06 +00:00
# Set lockscreen
2024-06-07 02:05:25 +00:00
set $lock hyprlock
2024-04-05 19:11:06 +00:00
2023-11-27 18:03:12 +00:00
# Set Efects
set $gaps 10
2024-06-07 02:05:25 +00:00
set $radius 0
2023-11-27 18:03:12 +00:00
set $shadows on
set $shadow_blur 15
set $blur enable
set $blur_radius 10
set $blur_passes 3
# Set browser
2024-01-22 23:34:10 +00:00
set $browser librewolf
2023-11-27 18:03:12 +00:00
2024-04-05 19:11:06 +00:00
# System configs
include /etc/sway/config.d/*
2023-11-27 18:03:12 +00:00
# Local configs
include $HOME/.config/sway/config.d/*
2024-04-05 19:11:06 +00:00
# Autostart apps
exec $HOME/.config/sway/scripts.d/auto.sh