New computer = new terminal
This commit is contained in:
parent
aba86e285d
commit
4729d4b65e
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ modm = mod1Mask
|
|||
|
||||
myTerminal :: String
|
||||
-- myTerminal = "$XTERMCMD"
|
||||
myTerminal = "xterm"
|
||||
myTerminal = "gnome-terminal"
|
||||
myScratchPad = scratchpadSpawnActionTerminal myTerminal
|
||||
|
||||
myDefaultLayoutHook = windowNavigation $ desktopLayoutModifiers $ maximize $
|
||||
|
|
@ -151,7 +151,7 @@ main = xmonad $ gnomeConfig
|
|||
-- Extended notation, for F keys (?)
|
||||
`additionalKeys`
|
||||
[
|
||||
((modm, xK_F1), spawn "xterm")
|
||||
((modm, xK_F1), spawn "gnome-terminal")
|
||||
, ((modm, xK_F2), spawn "gmrun")
|
||||
-- Launch firefox or raise its window if already running
|
||||
, ((modm, xK_F4), runOrRaise "firefox" (className =? "Firefox" <||> className =? "Firefox-bin"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue