-
        The caseMy default terminal is   | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            kRHYME7
          
      
      
        Mar 21, 2025 
      
    
    Replies: 1 comment 5 replies
-
| 
         try this in  [hyprland]
terminal= "alacritty"
 | 
  
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Ah for package updates (systemuodate) we strictly use kitty. It's hardcoded. But for other stuff HyDE respects
$TERMINALor whatever is set in theconfig.tomlThe reason for this is other terminals have different way of parsing.
example
We need to run
kitty --title "sysudpate" commandthis will open kitty and run the commandSome terminals do not handle this
one option to set this is for us to add another config.
example