fixing filetype detection and purging i3 remenants
This commit is contained in:
parent
dadec004c4
commit
52a14f41b5
@ -1 +1 @@
|
|||||||
Subproject commit aa356070999de2018c35f2be291cfd06efdff0b8
|
Subproject commit 853ade4fba8af8520c9e2072de492d83999ba742
|
@ -36,8 +36,8 @@ exec swayidle -w \
|
|||||||
timeout 600 'swaylock -f --screenshots --effect-blur 10x3 --clock' \
|
timeout 600 'swaylock -f --screenshots --effect-blur 10x3 --clock' \
|
||||||
timeout 900 'swaymsg "output * dpms off"' \
|
timeout 900 'swaymsg "output * dpms off"' \
|
||||||
resume 'swaymsg "output * dpms on"' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
timeout 10 'if pgrep -x swaylock; then swaymsg "output * power off"; fi' \
|
timeout 10 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
|
||||||
resume 'swaymsg "output * power on"'
|
resume 'swaymsg "output * dpms on"'
|
||||||
# lock 'swaylock -f --screenshots --effect-blur 10x3 --clock'
|
# lock 'swaylock -f --screenshots --effect-blur 10x3 --clock'
|
||||||
|
|
||||||
# lock the screen
|
# lock the screen
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB |
@ -1,4 +1,3 @@
|
|||||||
- link:
|
- link:
|
||||||
~/.config/sway/config: gui/sway/desktop
|
~/.config/sway/config: gui/sway/desktop
|
||||||
~/.config/sway/base: gui/sway/base
|
~/.config/sway/base: gui/sway/base
|
||||||
~/.config/sway/lock.png: gui/sway/lock.png
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
- link:
|
- link:
|
||||||
~/.config/sway/config: gui/sway/thinkpad
|
~/.config/sway/config: gui/sway/thinkpad
|
||||||
~/.config/sway/base: gui/sway/base
|
~/.config/sway/base: gui/sway/base
|
||||||
~/.config/sway/lock.png: gui/sway/lock.png
|
|
||||||
~/.local/bin/swaylock-blur: bin/swaylock-blur
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 5bba4b849b04da665d9776930f47371ebb9974a4
|
Subproject commit 0cc19ac2ede35fd8accff590fa71df580dc7e109
|
2
src/fzf
2
src/fzf
@ -1 +1 @@
|
|||||||
Subproject commit 90b818788249bb080f9eddcc4b36ad4080b55c5c
|
Subproject commit 3dd42f5aa2d7fc6f508f2b21408730a8678c0a19
|
Loading…
x
Reference in New Issue
Block a user