35 lines
657 B
Text
Executable file
35 lines
657 B
Text
Executable file
# xdg desktop portal fix
|
|
exec dbus-update-activation-environment DISPLAY I3SOCK SWAYSOCK WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
|
|
|
# Set super key
|
|
set $mod Mod4
|
|
|
|
# Set terminal
|
|
set $term alacritty
|
|
|
|
# Set app launcher
|
|
set $menu wofi --allow-images --show=drun --prompt "Search Program"
|
|
|
|
# Set scale
|
|
set $scale 1.5
|
|
|
|
# Set background
|
|
set $bg ~/.config/sway/wallpapers/blue.jpg
|
|
|
|
# Set Efects
|
|
set $gaps 10
|
|
set $radius 0
|
|
set $shadows on
|
|
set $shadow_blur 15
|
|
set $blur enable
|
|
set $blur_radius 4
|
|
set $blur_passes 2
|
|
|
|
# Set browser
|
|
set $browser firefox
|
|
|
|
# Autostart apps
|
|
exec $HOME/.config/sway/scripts.d/auto.sh
|
|
|
|
# Local configs
|
|
include $HOME/.config/sway/config.d/*
|