Files
hydro-os/files/system/usr/share/hypr/hyprland.conf.d/terminal.conf
Eriq Taing c4fbd9fa75
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 57s
Renamed hyprland folder in /usr/share to hypr to override default hyprland configs
2025-05-14 13:43:23 -04:00

14 lines
298 B
Plaintext

# terminal.conf
$terminal = kitty
# workspace
workspace = special:terminal
# launch a terminal
exec-once = [workspace special:terminal silent] $terminal
# key binds
$mainMod = SUPER
bind = $mainMod, T, togglespecialworkspace, terminal
bind = $mainMod SHIFT, T, movetoworkspace, special:terminal