diff options
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/.config/sway/config b/.config/sway/config index a2a64e4..c5b46dd 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,20 +1,22 @@ # vim: ft=i3config fdm=marker -exec doas rc gui - output * scale 1 output * max_render_time 1 output * adaptive_sync on -exec_always sh -c 'killall kanshi; exec kanshi' -exec_always sh -c 'killall oguri; exec oguri; oguri-cycle' -exec_always sh -c 'killall waybar; exec waybar' -#exec_always kanshictl reload +# exec_always sh -c 'killall oguri; exec oguri;' +exec oguri +# exec_always sh -c 'killall kanshi; exec kanshi;' +exec kanshi +# exec_always sh -c 'killall waybar; exec waybar;' +exec waybar + +#exec doas rc sway exec light -S 80 exec redshift +exec pipewire exec mako -# exec mpd-mpris -no-instance exec swayidle -w \ timeout 540 'lock' \ timeout 800 'swaymsg output \* dpms off' \ @@ -39,6 +41,8 @@ set $right l set $term alacritty set $floating_term $term --config-file $HOME/.config/alacritty/launcher.yml --class '__floating-Alacritty' +# set $term foot +# set $floating_term $term --app-id '__floating-term' set $menu menu -drun # set $menu wofi -k /dev/null --terminal $term --show drun set $run_menu menu -run @@ -101,4 +105,4 @@ client.urgent $urgent2 $urgent $text $indicator $urgent # }}} # include config.d/* -include "`uname -n`" +# include "`uname -n`" |