copy laptop home configs

This commit is contained in:
2026-06-20 16:37:18 -05:00
parent 3e8ccf87a8
commit 49b665abac
15 changed files with 1048 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
toMonitor=$(hyprctl monitors -j | jq -r 'first(.[] | select(.focused == false) | .name)')
hyprctl dispatch "hl.dsp.focus({ monitor = '$toMonitor' })"