diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2022-02-18 19:23:18 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2022-02-18 19:23:18 +0100 |
| commit | 74a6a2541f426fb085ecfacc4583533948fe3a0b (patch) | |
| tree | 195a21a6ff011d1b6224a4a2d04d4806aabfd676 /dot.config-sway-config | |
| parent | ab04e09dd4f2a6dc6119fed4238889ffadd7e905 (diff) | |
sway: Various config updates
Diffstat (limited to 'dot.config-sway-config')
| -rw-r--r-- | dot.config-sway-config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dot.config-sway-config b/dot.config-sway-config index f027e64..930627c 100644 --- a/dot.config-sway-config +++ b/dot.config-sway-config @@ -188,7 +188,11 @@ output * { bg ~/Pictures/rainbow_colorful_background_lines_patterns_66008_2560x1440.png fill } +seat * xcursor_theme "Adwaita" + exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP +exec mako exec swayidle -w lock "swaylock -f" before-sleep "loginctl lock-session" timeout 600 'swaymsg "output * dpms off"; loginctl lock-session' resume 'swaymsg "output * dpms on"' # Lat/Lon for Aachen -exec wlsunset -l 50.8 -L 6.0 +exec wlsunset -l 50.8 -L 6.1 +exec nm-applet --indicator |
