🗑️ remove(hypr): repos custom action

This commit is contained in:
Sergio Laín 2023-11-12 23:29:18 +01:00
parent 213cc66445
commit f746fa4554
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 0 additions and 10 deletions

View file

@ -19,7 +19,6 @@ bind=SUPERSHIFT,E,exec, ~/.config/hypr/scripts/custom_app_launch nemo
bind=SUPER,RETURN,exec,kitty bind=SUPER,RETURN,exec,kitty
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 repos
# Launchers # Launchers
bind=SUPER, 23, exec, rofi -show drun -theme ~/.config/rofi/style.rasi # tab bind=SUPER, 23, exec, rofi -show drun -theme ~/.config/rofi/style.rasi # tab

View file

@ -61,15 +61,6 @@ case $app in
kitty nvim kitty nvim
fi fi
;; ;;
"repos")
if [ "$FOCUSED_MONITOR" = "$MONITOR1" ]; then
hyprctl dispatch exec "[workspace 2] kitty fish -c repos"
elif [ "$FOCUSED_MONITOR" = "$MONITOR2" ]; then
hyprctl dispatch exec "[workspace 12] kitty fish -c repos"
else
kitty fish -c repos
fi
;;
"librewolf") "librewolf")
if [ "$FOCUSED_MONITOR" = "$MONITOR1" ]; then if [ "$FOCUSED_MONITOR" = "$MONITOR1" ]; then
hyprctl dispatch workspace 1 && librewolf # Had to to this because it didnt work the other way hyprctl dispatch workspace 1 && librewolf # Had to to this because it didnt work the other way