Updated config
This commit is contained in:
parent
910bb4a930
commit
dea8315917
11 changed files with 45 additions and 25 deletions
|
@ -1,13 +1,21 @@
|
|||
# Autostart
|
||||
exec-once = swaybg -i ~/pictures/wallpapers/current
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
exec-once = $statusbar
|
||||
exec-once = ssh-agent -D -a $SSH_AUTH_SOCK
|
||||
exec-once = openrc --user gui
|
||||
# Audio effects
|
||||
exec-once = easyeffects --gapplication-service
|
||||
|
||||
# Disabled
|
||||
#exec-once = /usr/libexec/pipewire-launcher
|
||||
#exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
#exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
#exec-once = waypaper --restore
|
||||
# Clipboard
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
|
||||
# OpenRC user services like pipewire
|
||||
exec-once = openrc --user gui
|
||||
|
||||
# Polkit for authentication
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
# SSH agent
|
||||
exec-once = ssh-agent -D -a $SSH_AUTH_SOCK
|
||||
|
||||
# Status bar
|
||||
exec-once = $statusbar
|
||||
|
||||
# Wallpaper
|
||||
exec-once = waypaper --restore
|
||||
#exec-once = swaybg -i ~/pictures/wallpapers/current
|
|
@ -1,6 +1,6 @@
|
|||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 10
|
||||
gaps_in = 4
|
||||
gaps_out = 8
|
||||
border_size = 1
|
||||
allow_tearing = true
|
||||
col.active_border = rgb(7f7f7f)
|
||||
|
|
|
@ -3,7 +3,7 @@ $browser = firefox
|
|||
$logout = wlogout
|
||||
$lockscreen = swaylock
|
||||
$menu = fuzzel
|
||||
$screenshot = IMG=~/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png && grim -g "$(slurp -d)" $IMG && wl-copy < $IMG
|
||||
$screenshot = grim -g "$(slurp -d)" ~/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png && wl-copy < $IMG
|
||||
$shell = fish
|
||||
$statusbar = waybar
|
||||
$terminal = foot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue