adds initial dotfiles

This commit is contained in:
2026-05-15 14:13:12 +02:00
parent 5e88941adf
commit dc0bfb0d23
135 changed files with 81606 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/env bash
vivaldi --new-window &
sleep 0.3
# wait until Hyprland focuses the new window
while ! hyprctl activewindow | grep -q "Vivaldi"; do
sleep 0.05
done
hyprctl dispatch sendshortcut CTRL,F11,activewindow