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
230 B
Bash
Executable file
10 lines
230 B
Bash
Executable file
#!/bin/bash
|
|
|
|
notify-send "Basestation disconnected";
|
|
|
|
# Enable on-screen keyboard
|
|
gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled true
|
|
|
|
# Swap waybar
|
|
pkill waybar
|
|
waybar -c ~/.config/waybar/config-tablet
|