summary refs log tree commit diff
path: root/.config/sway/config
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-07-29 23:51:14 +0200
committerRobert Günzler <r@gnzler.io>2021-07-29 23:51:14 +0200
commit170c5385bc51a94fe1680231e0718dcb735c694f (patch)
treed534f8fca997341da31e25906d5654900b94e16a /.config/sway/config
parent7fc4089ea413801912ccdd0b3bf8697fe86372ff (diff)
sway: update config
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config18
1 files changed, 8 insertions, 10 deletions
diff --git a/.config/sway/config b/.config/sway/config
index b1ef8f1..8af69ad 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -1,7 +1,9 @@
 # vim: ft=i3config fdm=marker
 
+gaps inner 5
+
 output * scale 1
-output * max_render_time 1
+output * max_render_time 15
 output * adaptive_sync on
 
 # for_window [app_id=Alacritty] max_render_time 2
@@ -20,11 +22,7 @@ set $up k
 set $right l
 
 set $term footclient
-# set $floating_term alacritty --config-file $HOME/.config/alacritty/launcher.yml --class '__floating-Alacritty'
-set $floating_term foot -c $HOME/.config/foot/float.ini
-set $menu menu -drun
-# set $menu wofi -k /dev/null --terminal $term --show drun
-set $run_menu menu -run
+set $floating_term floaterm
 set $firefox nightly
 
 # workspaces {{{
@@ -87,12 +85,8 @@ client.unfocused $bg2 $bg $text2 $indicator_unfocused $bg
 client.urgent $urgent2 $urgent $text $indicator_focused $urgent
 # }}}
 
-# include config.d/*
-# include "`uname -n`"
-
 exec {
 	light -S 80
-	once mako
 	once oguri
 	once kanshi
 	once wlsunset -l $HOME_LAT -L $HOME_LON -H ~/bin/darkmode
@@ -109,3 +103,7 @@ exec {
 exec {
 	dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK && once pipewire
 }
+
+exec_always sleep 1.4 && kanshictl reload
+
+include config.d/*