2023-07-14 18:13:17 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
notify-send "Basestation connected";
|
|
|
|
|
|
|
|
# Disable osk
|
|
|
|
gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled false
|
2023-07-21 00:49:04 +00:00
|
|
|
|
|
|
|
# Swap waybar
|
|
|
|
pkill waybar
|
|
|
|
waybar -c ~/.config/waybar/config-docked
|