sway: fix hardcoded paths, autotiling exec, monitors typo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
exec_always /home/jonas/.pyenv/shims/autotiling -l 2
|
||||
exec_always autotiling -l 2
|
||||
exec_always eww daemon && (eww open bar0 || true) && (eww open bar1 || true)
|
||||
exec_always mako
|
||||
|
||||
@@ -13,10 +13,10 @@ exec sh -c 'sleep 1 && timeout 0.05 speaker-test -t sine -f 800 >/dev/null 2>&1
|
||||
mouse_warping container
|
||||
focus_on_window_activation focus
|
||||
|
||||
include /home/jonas/.config/sway/windowrules
|
||||
include /home/jonas/.config/sway/look
|
||||
include /home/jonas/.config/sway/monitors
|
||||
include /home/jonas/.config/sway/input
|
||||
include $HOME/.config/sway/windowrules
|
||||
include $HOME/.config/sway/look
|
||||
include $HOME/.config/sway/monitors
|
||||
include $HOME/.config/sway/input
|
||||
|
||||
### Variables
|
||||
set $mod Mod4
|
||||
|
||||
Reference in New Issue
Block a user