New backup 2024-06-05 15:44:21

This commit is contained in:
Penelope Gwen 2024-06-05 15:44:21 -06:00
parent 08a7a148b6
commit 847997d8f6
8 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#!/bin/bash
g213-led -a ffffff

View file

@ -0,0 +1,3 @@
#!/bin/bash
g213-led -a ff00ee

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,5 @@
#!/bin/bash
for s in "${HOME}/.config/sway-profiles/lockscript.d/"*;do
"${s}"
done

View file

@ -0,0 +1,5 @@
#!/bin/bash
for s in "${HOME}/.config/sway-profiles/unlockscript.d/"*;do
"${s}"
done

View file

@ -0,0 +1,3 @@
#!/bin/bash
g213-led -a ff00ee