Skip to content

Commit ae3e573

Browse files
committed
auto-sync: [Sat Apr 4 10:47:02 AM -03 2026]
1 parent 846d99b commit ae3e573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hypr/.config/hypr/hyprland.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ bind = SHIFT, Print, exec, grim -g "$(slurp)" - | wl-copy
269269
bind = CTRL, Print, exec, grim -g "$(slurp)" - | swappy -f -
270270

271271
# Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more
272-
bind = $mainMod, T, exec, $terminal
272+
bind = $mainMod, T, exec, bash -c 'if pgrep -x kitty > /dev/null; then hyprctl dispatch movetoworkspace 1,class:kitty; else hyprctl dispatch workspace 1 && kitty; fi'
273273
bind = $mainMod, Q, killactive,
274274
bind = $mainMod, escape, exec, systemctl suspend
275275
bind = $mainMod, M, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit

0 commit comments

Comments
 (0)