Yuki Joou
2049494676
This also adds a few lines to the example hooks to toggle between the configs depending on the state of the computer
10 lines
214 B
Bash
Executable file
10 lines
214 B
Bash
Executable file
#!/bin/bash
|
|
|
|
notify-send "Basestation connected";
|
|
|
|
# Disable osk
|
|
gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled false
|
|
|
|
# Swap waybar
|
|
pkill waybar
|
|
waybar -c ~/.config/waybar/config-docked
|