dotfiles-arch/.config/sway/config

37 lines
760 B
Text
Raw Normal View History

2023-11-27 18:03:12 +00:00
# xdg desktop portal fix
2023-11-28 14:44:11 +00:00
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP GTK_THEME
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY GTK_THEME XDG_CURRENT_DESKTOP=sway
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-01-22 23:46:00 +00:00
set $bg ~/.config/desktop-common/wallpapers/blue.jpg
2023-11-27 18:03:12 +00:00
# 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
2024-01-22 23:34:10 +00:00
set $browser librewolf
2023-11-27 18:03:12 +00:00
# Autostart apps
2024-01-22 23:34:10 +00:00
exec $HOME/.config/desktop-common/scripts.d/auto.sh
2023-11-27 18:03:12 +00:00
# Local configs
include $HOME/.config/sway/config.d/*