Compare commits

...

3 Commits

6 changed files with 33 additions and 4 deletions

5
.gitignore vendored
View File

@@ -63,3 +63,8 @@ swaylock/*
!swayidle !swayidle
swayidle/* swayidle/*
!swayidle/config !swayidle/config
# flameshot
!flameshot
flameshot/*
!flameshot/flameshot.ini

16
flameshot/flameshot.ini Normal file
View File

@@ -0,0 +1,16 @@
[General]
contrastOpacity=188
contrastUiColor=#000000
disabledGrimWarning=true
drawColor=#00ffff
saveAfterCopy=true
savePath=/home/matej/screens
showHelp=false
showMagnifier=true
showSelectionGeometryHideTime=3000
uiColor=#ffffff
useGrimAdapter=true
[Shortcuts]
TYPE_ACCEPT=
TYPE_COPY=Space

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

View File

@@ -1,3 +1,3 @@
timeout 300 'swaylock -f' timeout 300 'swaylock -f'
timeout 300 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'
before-sleep 'swaylock -f' before-sleep 'swaylock -f'