2023-06-14 03:16:26 -04:00
|
|
|
#!/usr/bin/env bash
|
2023-05-28 19:54:01 -04:00
|
|
|
|
|
|
|
if [[ $(gsettings get org.gnome.desktop.a11y.applications screen-keyboard-enabled) == true ]]; then
|
|
|
|
$HOME/.config/sway/scripts/tablet/laptop-mode.sh
|
|
|
|
else
|
|
|
|
$HOME/.config/sway/scripts/tablet/tablet-mode.sh
|
|
|
|
fi
|