initial laptop sync

This commit is contained in:
2026-03-11 13:14:14 +01:00
parent 528897b4af
commit 24173efbf6
5 changed files with 88 additions and 0 deletions

12
.local/bin/tablet-mode.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
ARG=$1
PATH=$PATH:~/.local/bin
if [[ $ARG == "on" ]]; then
rot8 --display eDP-1 --hooks /home/ficik/.local/bin/lisgd-niri.sh
else
pkill rot8
niri msg output eDP-1 transform normal
/home/ficik/.local/bin/lisgd-niri.sh
fi