diff --git a/config/bind.lua b/config/bind.lua index 6d96186..2bf245f 100644 --- a/config/bind.lua +++ b/config/bind.lua @@ -90,7 +90,7 @@ hl.bind("SUPER+s", hl.dsp.exec_cmd("wtype \"ß\"")) hl.bind("SUPER+SHIFT+e", hl.dsp.exec_cmd("wtype \"€\"")) -- Opening coder -hl.bind("SUPER+SHIFT+C", hl.dsp.exec_cmd("code")) +hl.bind("SUPER+SHIFT+C", hl.dsp.exec_cmd("code --password-store=gnome-libsecret")) hl.bind("SUPER+SHIFT+V", hl.dsp.exec_cmd("vscodium")) -- device specifics diff --git a/scripts/autostart/autostart.sh b/scripts/autostart/autostart.sh index ecfeaab..7d64966 100755 --- a/scripts/autostart/autostart.sh +++ b/scripts/autostart/autostart.sh @@ -103,11 +103,17 @@ while true; do done for i in 4 3 2 1; do + echo "hyprctl dispatch \"hl.dsp.focus({workspace = \"$i\"})\"" hyprctl dispatch "hl.dsp.focus({workspace = \"$i\"})" + echo "hyprctl dispatch workspace \"$i\"" + hyprctl dispatch workspace "$i" + + if [ "$i" -eq 3 ]; then + sleep 0.5 + echo "R" + wtype "R" + sleep 0.5 + fi done -# hyprctl dispatch workspace 4 -# hyprctl dispatch workspace 3 -# hyprctl dispatch workspace 2 -# hyprctl dispatch workspace 1 tmux new-session -d -s qs 'sleep 4 && quickshell' \ No newline at end of file