⚙️ 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 = SUPERALT, RETURN, exec, kitty --class=center-float-large
|
||||||
bind = SUPERSHIFT, RETURN, exec, ~/.config/hypr/scripts/custom_app_launch kitty
|
bind = SUPERSHIFT, RETURN, exec, ~/.config/hypr/scripts/custom_app_launch kitty
|
||||||
bind = SUPER, BACKSPACE, exec, ~/.config/hypr/scripts/custom_app_launch nvim
|
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
|
# Pickers/Launchers
|
||||||
bind = SUPER, 23, exec, rofi -show drun # Tab
|
bind = SUPER, 23, exec, rofi -show drun # Tab
|
||||||
|
|
|
@ -61,13 +61,13 @@ case $app in
|
||||||
kitty nvim &
|
kitty nvim &
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
"neovide")
|
"codium")
|
||||||
if [ "$FOCUSED_MONITOR" = "$MONITOR1" ]; then
|
if [ "$FOCUSED_MONITOR" = "$MONITOR1" ]; then
|
||||||
hyprctl dispatch workspace 2 && neovide &
|
hyprctl dispatch workspace 2 && codium &
|
||||||
elif [ "$FOCUSED_MONITOR" = "$MONITOR2" ]; then
|
elif [ "$FOCUSED_MONITOR" = "$MONITOR2" ]; then
|
||||||
hyprctl dispatch workspace 12 && neovide &
|
hyprctl dispatch workspace 12 && codium &
|
||||||
else
|
else
|
||||||
neovide
|
codium
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
"librewolf")
|
"librewolf")
|
||||||
|
|
|
@ -46,7 +46,7 @@ windowrulev2 = workspace 5, class:^(.*pinta.*)$|(.*krita.*)$|(.*blender.*)$|(.*U
|
||||||
|
|
||||||
# Productivity/Dev
|
# Productivity/Dev
|
||||||
windowrulev2 = workspace 10 silent, class:^(.*obsidian.*)$
|
windowrulev2 = workspace 10 silent, class:^(.*obsidian.*)$
|
||||||
windowrulev2 = workspace 2, class:^(.*Code.*)$
|
windowrulev2 = workspace 2, class:^(.*Code.*)$|(.*codium.*)$
|
||||||
|
|
||||||
|
|
||||||
## Scratchpads
|
## Scratchpads
|
||||||
|
|
Loading…
Add table
Reference in a new issue