blob: de658dfa17585584f493c321fed075945d44384e (
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
37
38
|
# 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/blue.jpg
# Set lockscreen
set $lock swaylock
# Set Efects
set $gaps 10
set $radius 5
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
|