Skip to content
Snippets Groups Projects
Commit e1750c19 authored by Alfred Burgess's avatar Alfred Burgess
Browse files

Removed requirement to wait for startup IDs for sway-ran programs

parent 084f0b56
No related merge requests found
......@@ -3,7 +3,7 @@ include catppuccin-frappe
# Read `man 5 sway` for a complete reference.
# Set font
font pango: "JetBrains Mono" 10
font pango:"JetBrains Mono" 10
### Variables
#
......@@ -20,12 +20,10 @@ set $term alacritty
set $lockscreen swaylock -F
# Wallpaper Daemon
exec swww-daemon
# Wayland compositor
exec --no-startup-id swww-daemon
# Notification Daemon
exec swaync
exec --no-startup-id swaync
# Toggle control center
bindsym $mod+Shift+n exec swaync-client -t -sw
......@@ -39,7 +37,7 @@ input type:keyboard xkb_numlock enabled
# Information Notification Daemon
exec "avizo-service"
exec --no-startup-id "avizo-service"
# Binds for workspace Manager - Sov
exec rm -f /tmp/sovpipe && mkfifo /tmp/sovpipe && tail -f /tmp/sovpipe | sov -t 500
......@@ -235,8 +233,8 @@ bindsym XF86Calculator exec kcalc
for_window [class="KCalc"] floating enable
# Manage Screen Brightness
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%-
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set 5%+
#
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment