diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-11-29 13:28:45 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-11-29 13:28:45 +0300 |
commit | 7319f1c472551c2cd04152553434d8f513578805 (patch) | |
tree | c577e029eecfa47e8419a974b556d6b264623c1c | |
parent | 2ac4a9857630cbbe42cbeb3cb92e8adef1d9500d (diff) | |
download | dotfiles-7319f1c472551c2cd04152553434d8f513578805.tar.gz |
fix(wayland): correct latitude for wlsunset
-rw-r--r-- | env-wayland/.config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env-wayland/.config/sway/config b/env-wayland/.config/sway/config index 56e985f..c9a7dde 100644 --- a/env-wayland/.config/sway/config +++ b/env-wayland/.config/sway/config @@ -235,6 +235,6 @@ bar { default_border pixel exec --no-startup-id gentoo-pipewire-launcher -exec --no-startup-id wlsunset -l 53.54:27.34 +exec --no-startup-id wlsunset -l 53.54 -L 27.34 include /etc/sway/config.d/* |