You are not logged in.

#1 2008-11-06 19:00:14

jaideep_jdof
Member
From: Delhi, India
Registered: 2006-06-05
Posts: 311

xmonad default terminal

Is it possible to change the default terminal from xterm to roxterm in xmonad.

Offline

#2 2008-11-06 19:05:57

imag1narynumber
Member
From: Connecticut
Registered: 2008-07-23
Posts: 56

Re: xmonad default terminal

As I recall, it's listed in your xmonad.hs.  Something like: Terminal = Xterm, for instance.

Offline

#3 2008-11-06 19:14:07

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: xmonad default terminal

Sure. You can change it to any term you like. 

You can change it xmonad.hs under defaultConfig

terminal    = "roxterm",

Or you can simply add myTerminal = "roxterm" to xmonad.hs

Or change the spawn in myKeys to execute roxterm.

Offline

Board footer

Powered by FluxBB