Compare commits
3 Commits
3753805996
...
cc7511a954
| Author | SHA1 | Date | |
|---|---|---|---|
|
cc7511a954
|
|||
|
0c2dc97daf
|
|||
|
79c6004043
|
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
16
flameshot/flameshot.ini
Normal 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
|
||||||
@@ -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
|
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user