blob: d8526addc713fe303fc91ce7366c1f0492138e0b (
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
39
40
41
|
# 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/davekat.png
# Set lockscreen
set $lock hyprlock
# 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 librewolf
# System configs
include /etc/sway/config.d/*
# Local configs
include $HOME/.config/sway/config.d/*
# Nwg
include $HOME/.config/sway/outputs
# Autostart apps
exec $HOME/.config/sway/scripts.d/auto.sh
|