feat(sway): add wlsunset and flameshot

This commit is contained in:
2026-01-30 10:22:39 +01:00
parent 3753805996
commit 79c6004043
3 changed files with 11 additions and 3 deletions

View File

@@ -15,8 +15,13 @@ output * bg ~/.assets/wallpaper.png fill
# #
# Example configuration: # Example configuration:
# #
for_window [app_id="org.jellyfin.JellyfinDesktop"] inhibit_idle fullscreen
exec wlsunset -l 46.1 -L 14.5
set $wobs /tmp/wob.sock set $wobs /tmp/wob.sock
exec rm -f $wobs && mkfifo $wobs && tail -f $wobs | wob exec rm -f $wobs && mkfifo $wobs && tail -f $wobs | wob
exec swayidle -w exec swayidle -w
# This will lock your screen after 300 seconds of inactivity, then turn off # This will lock your screen after 300 seconds of inactivity, then turn off
# your displays after another 300 seconds, and turn your screens back on when # your displays after another 300 seconds, and turn your screens back on when

View File

@@ -9,7 +9,11 @@ assign [app_id="Cider"] workspace 4
# ws5 # ws5
assign [class=".*BoltLauncher.*"] workspace 5 assign [class=".*BoltLauncher.*"] workspace 5
assign [class="net-runelite-client-RuneLite"] workspace 5 # assign [class="net-runelite.*"] workspace 5
for_window [class="net-runelite.*"] floating enable
for_window [class="net-runelite-client-RuneLite"] move scratchpad, scratchpad show
no_focus [class="net-runelite.*"]
# ws8 # ws8
assign [app_id="vesktop"] workspace 8 assign [app_id="vesktop"] workspace 8

View File

@@ -12,5 +12,4 @@ bindsym $mod+Shift+Ctrl+Alt+space exec 1password --quick-access
bindsym $mod+u exec swaylock bindsym $mod+u exec swaylock
bindsym Print exec flameshot gui
bindsym Print exec grim -g "$(slurp -d)" - | wl-copy