⚙️ config(hypr): add vscodium rules and binds

This commit is contained in:
Sergio Laín 2024-01-16 12:44:48 +01:00
parent b114830fb7
commit bb6809888a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@ bind = SUPER, RETURN, exec, kitty
bind = SUPERALT, RETURN, exec, kitty --class=center-float-large
bind = SUPERSHIFT, RETURN, exec, ~/.config/hypr/scripts/custom_app_launch kitty
bind = SUPER, BACKSPACE, exec, ~/.config/hypr/scripts/custom_app_launch nvim
bind = SUPERSHIFT, BACKSPACE, exec, ~/.config/hypr/scripts/custom_app_launch neovide
bind = SUPERSHIFT, BACKSPACE, exec, ~/.config/hypr/scripts/custom_app_launch codium
# Pickers/Launchers
bind = SUPER, 23, exec, rofi -show drun # Tab

View file

@ -61,13 +61,13 @@ case $app in
kitty nvim &
fi
;;
"neovide")
"codium")
if [ "$FOCUSED_MONITOR" = "$MONITOR1" ]; then
hyprctl dispatch workspace 2 && neovide &
hyprctl dispatch workspace 2 && codium &
elif [ "$FOCUSED_MONITOR" = "$MONITOR2" ]; then
hyprctl dispatch workspace 12 && neovide &
hyprctl dispatch workspace 12 && codium &
else
neovide
codium
fi
;;
"librewolf")

View file

@ -46,7 +46,7 @@ windowrulev2 = workspace 5, class:^(.*pinta.*)$|(.*krita.*)$|(.*blender.*)$|(.*U
# Productivity/Dev
windowrulev2 = workspace 10 silent, class:^(.*obsidian.*)$
windowrulev2 = workspace 2, class:^(.*Code.*)$
windowrulev2 = workspace 2, class:^(.*Code.*)$|(.*codium.*)$
## Scratchpads