summaryrefslogtreecommitdiff
path: root/.config/sway/config
blob: 61879fc9eb15220f875bb9282aca8d7cae5170f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# xdg desktop portal fix
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec dbus-update-activation-environment --systemd 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.25

# 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 10
set $blur_passes 3

# Set browser
set $browser firefox

# Autostart apps
exec $HOME/.config/sway/scripts.d/auto.sh

# Local configs
include $HOME/.config/sway/config.d/*