Files
hydro-os/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/terminal.conf
Eriq Taing 2a268978a7
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 23s
Moved hyprland config to its own folder and created a session file specifically for hydro-os config hyprland.
2025-05-14 15:39:28 -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