3333$terminal = kitty
3434$fileManager = dolphin
3535$menu = rofi -show drun
36+ $codeWorkspace = kitty
3637
3738
3839#################
@@ -49,7 +50,7 @@ exec-once = hyprpaper
4950exec-once = nm-applet &
5051exec-once = waybar &
5152exec-once = systemctl --user start hyprpolkitagent
52- exec-once = [workspace 1 silent] cursor
53+ exec-once = [workspace 1 silent] $codeWorkspace
5354exec-once = [workspace 2 silent] vivaldi
5455exec-once = [workspace 3 silent] bash -c "sleep 2 && /home/runner/.local/bin/scripts/betterbird.sh"
5556exec-once = [workspace 4 silent] $HOME/.local/bin/Obsidian-1.11.5.AppImage
@@ -268,7 +269,7 @@ bind = SHIFT, Print, exec, grim -g "$(slurp)" - | wl-copy
268269bind = CTRL, Print, exec, grim -g "$(slurp)" - | swappy -f -
269270
270271# Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more
271- bind = $mainMod, U, exec, /home/runner/dotfiles/hypr/.config/hypr/scripts/summon_cursor .sh
272+ bind = $mainMod, U, exec, /home/runner/dotfiles/hypr/.config/hypr/scripts/summon_code-workspace .sh 1 $codeWorkspace
272273bind = $mainMod, I, exec, /home/runner/dotfiles/hypr/.config/hypr/scripts/summon_vivaldi.sh
273274bind = $mainMod, O, exec, /home/runner/dotfiles/hypr/.config/hypr/scripts/summon_betterbird.sh
274275bind = $mainMod, P, exec, /home/runner/dotfiles/hypr/.config/hypr/scripts/summon_obsidian.sh
0 commit comments