xmonad: added MIO terminals and email
This commit is contained in:
parent
137872461a
commit
6a157cc865
|
@ -138,8 +138,8 @@ projects =
|
||||||
spawnOn wsMIO browser
|
spawnOn wsMIO browser
|
||||||
spawnOn wsMIO element
|
spawnOn wsMIO element
|
||||||
spawnOn wsMIO mastodon
|
spawnOn wsMIO mastodon
|
||||||
spawnOn wsMIO myTerminal
|
spawnOn wsMIO mioTerminal
|
||||||
spawnOn wsMIO myTerminal
|
spawnOn wsMIO myNeomuttTerminal
|
||||||
},
|
},
|
||||||
Project
|
Project
|
||||||
{ projectName = wsLOG,
|
{ projectName = wsLOG,
|
||||||
|
@ -184,7 +184,7 @@ promptTheme =
|
||||||
-- Applications --
|
-- Applications --
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
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, brightnessUp, browser, discord, editor, element, hibernate, incognitoBrowser, iogBrowser, launcher, logseq, musicPlayer, notificationDaemon, obs, screenshot, signal, slack, iogNeomuttTerminal, iogTerminal, mioTerminal, myNeomuttTerminal, 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"
|
||||||
|
@ -209,6 +209,8 @@ slack = "slack"
|
||||||
mastodon = "whalebird"
|
mastodon = "whalebird"
|
||||||
iogNeomuttTerminal = "terminology -e neomutt -F ~/.mutt/profile.IOHK"
|
iogNeomuttTerminal = "terminology -e neomutt -F ~/.mutt/profile.IOHK"
|
||||||
iogTerminal = "terminology -e 'tmux new-session -f /etc/tmux.conf -c ~/source/IOG -s IOG'"
|
iogTerminal = "terminology -e 'tmux new-session -f /etc/tmux.conf -c ~/source/IOG -s IOG'"
|
||||||
|
mioTerminal = "terminology -e 'tmux new-session -f /etc/tmux.conf -c ~/forge/mio-ops -s mio'"
|
||||||
|
myNeomuttTerminal = "terminology -e neomutt"
|
||||||
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