⚙️ config(hypr): add vscodium rules and binds
This commit is contained in:
parent
b114830fb7
commit
bb6809888a
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue