adds initial dotfiles
This commit is contained in:
Executable
+12
@@ -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
|
||||
Reference in New Issue
Block a user