feat(sway): add wlsunset and flameshot
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user