xmonad: added IOG terminals
This commit is contained in:
parent
95db1e7b99
commit
137872461a
|
@ -117,8 +117,8 @@ projects =
|
||||||
projectStartHook = Just $ do
|
projectStartHook = Just $ do
|
||||||
spawnOn wsIOG iogBrowser
|
spawnOn wsIOG iogBrowser
|
||||||
spawnOn wsIOG slack
|
spawnOn wsIOG slack
|
||||||
spawnOn wsMIO myTerminal
|
spawnOn wsIOG iogTerminal
|
||||||
spawnOn wsMIO myTerminal
|
spawnOn wsIOG iogNeomuttTerminal
|
||||||
},
|
},
|
||||||
Project
|
Project
|
||||||
{ projectName = wsSEC,
|
{ projectName = wsSEC,
|
||||||
|
@ -184,7 +184,7 @@ promptTheme =
|
||||||
-- Applications --
|
-- Applications --
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
brightnessDown, brightnessUp, browser, discord, editor, element, hibernate, incognitoBrowser, iogBrowser, launcher, logseq, musicPlayer, notificationDaemon, obs, screenshot, signal, slack, myTerminal, volumeDown, volumeMute, volumeUp :: String
|
brightnessDown, brightnessUp, browser, discord, editor, element, hibernate, incognitoBrowser, iogBrowser, launcher, logseq, musicPlayer, notificationDaemon, obs, screenshot, signal, slack, iogNeomuttTerminal, iogTerminal, myTerminal, volumeDown, volumeMute, volumeUp :: String
|
||||||
brightnessDown = "light -U 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
|
brightnessDown = "light -U 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
|
||||||
brightnessUp = "light -A 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
|
brightnessUp = "light -A 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
|
||||||
browser = "firefox"
|
browser = "firefox"
|
||||||
|
@ -207,6 +207,8 @@ screenshot = "flameshot gui"
|
||||||
signal = "signal-desktop"
|
signal = "signal-desktop"
|
||||||
slack = "slack"
|
slack = "slack"
|
||||||
mastodon = "whalebird"
|
mastodon = "whalebird"
|
||||||
|
iogNeomuttTerminal = "terminology -e neomutt -F ~/.mutt/profile.IOHK"
|
||||||
|
iogTerminal = "terminology -e 'tmux new-session -f /etc/tmux.conf -c ~/source/IOG -s IOG'"
|
||||||
myTerminal = "terminology"
|
myTerminal = "terminology"
|
||||||
myScreenLockCmd = "xscreensaver --no-splash"
|
myScreenLockCmd = "xscreensaver --no-splash"
|
||||||
myScreenLock = "xscreensaver-command -lock"
|
myScreenLock = "xscreensaver-command -lock"
|
||||||
|
|
Loading…
Reference in a new issue