]> git.friedersdorff.com Git - max/saltfiles.git/commitdiff
Some more configuration
authorMaximilian Friedersdorff <max@friedersdorff.com>
Mon, 3 Oct 2022 10:38:40 +0000 (11:38 +0100)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Mon, 3 Oct 2022 10:38:40 +0000 (11:38 +0100)
states/conky/files/conkyrc
states/sway/files/config.jinja

index ede13d7a7643ed63f3e53e19b7f7a90d75b9ea36..dc051ab80dde8efe652cd2ab6f6697be9b882191 100644 (file)
@@ -11,7 +11,7 @@
 {% elif grains['host'] == 'rhenium' %}
        {% set ifdev = ['wlp2s0'] %}
 {% elif grains['host'] == 'baryte' %}
-       {% set ifdev = ['enx00f001e00121'] %}
+       {% set ifdev = ['enp0s20f0u4u2c2'] %}
 {% else %}
        {% set ifdev = ['eth0'] %}
 {% endif %}
index 6a3a8e048a2f83408a76e6ae320be1ab3f4ed483..ac0da0fc34a50897115e69bd0ff01de8f07ccdd2 100644 (file)
@@ -74,6 +74,14 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
 # your displays after another 300 seconds, and turn your screens back on when
 # resumed. It will also lock your screen before your computer goes to sleep.
 
+{% set lockcmd = "swaylock -e -f -i ~/Pictures/Backgrounds/DSC02113.jpg" %}
+
+exec swayidle -w \
+timeout 300 "{{lockcmd}}" \
+  timeout 600 'systemctl suspend' \
+    before-sleep "{{lockcmd}}"
+
+
 ### Input configuration
 #
 # Example configuration:
@@ -260,6 +268,8 @@ mode "resize" {
 }
 bindsym $mod+r mode "resize"
 
+bindsym $mod+Alt+l exec '{{ lockcmd }}'
+
 
 include /etc/sway/config.d/*
 # host specific section