New backup 2024-06-05 15:44:21
This commit is contained in:
parent
08a7a148b6
commit
847997d8f6
8 changed files with 23 additions and 0 deletions
3
328p1aa/home/.config/sway-profiles/lockscript.d/328p1aa
Executable file
3
328p1aa/home/.config/sway-profiles/lockscript.d/328p1aa
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
g213-led -a ffffff
|
3
328p1aa/home/.config/sway-profiles/unlockscript.d/328p1aa
Executable file
3
328p1aa/home/.config/sway-profiles/unlockscript.d/328p1aa
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
g213-led -a ff00ee
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
#input-remapper-control --command start --config-dir "~/.config/input-remapper-2" --device "Logitech Gaming Keyboard G213" --preset "SuperAlt"
|
||||
g213-led -a ff00ee
|
||||
|
|
|
@ -6,3 +6,5 @@
|
|||
.config/sway/config-vars.d/bash.d/desktop
|
||||
.config/sway/scripts/autostart_apps.d/328p1aa
|
||||
.config/sway/config.d/window_rules.d/328p1aa
|
||||
.config/sway-profiles/unlockscript.d/328p1aa
|
||||
.config/sway-profiles/lockscript.d/328p1aa
|
||||
|
|
|
@ -8,3 +8,4 @@
|
|||
.config/sway/config.d/window_rules.d
|
||||
.config/sway/scripts/autostart_apps.d
|
||||
.config/sway-profiles/wakescript.d
|
||||
.config/sway-profiles/lockscript.d
|
||||
|
|
5
de/home/.config/sway-profiles/lockscript
Executable file
5
de/home/.config/sway-profiles/lockscript
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
for s in "${HOME}/.config/sway-profiles/lockscript.d/"*;do
|
||||
"${s}"
|
||||
done
|
5
de/home/.config/sway-profiles/unlockscript
Executable file
5
de/home/.config/sway-profiles/unlockscript
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
for s in "${HOME}/.config/sway-profiles/unlockscript.d/"*;do
|
||||
"${s}"
|
||||
done
|
3
de/home/.config/sway-profiles/unlockscript.d/328p1aa
Executable file
3
de/home/.config/sway-profiles/unlockscript.d/328p1aa
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
g213-led -a ff00ee
|
Loading…
Add table
Reference in a new issue