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 :: String
|
||||||
-- myTerminal = "$XTERMCMD"
|
-- myTerminal = "$XTERMCMD"
|
||||||
myTerminal = "xterm"
|
myTerminal = "gnome-terminal"
|
||||||
myScratchPad = scratchpadSpawnActionTerminal myTerminal
|
myScratchPad = scratchpadSpawnActionTerminal myTerminal
|
||||||
|
|
||||||
myDefaultLayoutHook = windowNavigation $ desktopLayoutModifiers $ maximize $
|
myDefaultLayoutHook = windowNavigation $ desktopLayoutModifiers $ maximize $
|
||||||
|
|
@ -151,7 +151,7 @@ main = xmonad $ gnomeConfig
|
||||||
-- Extended notation, for F keys (?)
|
-- Extended notation, for F keys (?)
|
||||||
`additionalKeys`
|
`additionalKeys`
|
||||||
[
|
[
|
||||||
((modm, xK_F1), spawn "xterm")
|
((modm, xK_F1), spawn "gnome-terminal")
|
||||||
, ((modm, xK_F2), spawn "gmrun")
|
, ((modm, xK_F2), spawn "gmrun")
|
||||||
-- Launch firefox or raise its window if already running
|
-- Launch firefox or raise its window if already running
|
||||||
, ((modm, xK_F4), runOrRaise "firefox" (className =? "Firefox" <||> className =? "Firefox-bin"))
|
, ((modm, xK_F4), runOrRaise "firefox" (className =? "Firefox" <||> className =? "Firefox-bin"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue