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 element
|
||||
spawnOn wsMIO mastodon
|
||||
spawnOn wsMIO myTerminal
|
||||
spawnOn wsMIO myTerminal
|
||||
spawnOn wsMIO mioTerminal
|
||||
spawnOn wsMIO myNeomuttTerminal
|
||||
},
|
||||
Project
|
||||
{ projectName = wsLOG,
|
||||
|
@ -184,7 +184,7 @@ promptTheme =
|
|||
-- 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\""
|
||||
brightnessUp = "light -A 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
|
||||
browser = "firefox"
|
||||
|
@ -209,6 +209,8 @@ slack = "slack"
|
|||
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'"
|
||||
mioTerminal = "terminology -e 'tmux new-session -f /etc/tmux.conf -c ~/forge/mio-ops -s mio'"
|
||||
myNeomuttTerminal = "terminology -e neomutt"
|
||||
myTerminal = "terminology"
|
||||
myScreenLockCmd = "xscreensaver --no-splash"
|
||||
myScreenLock = "xscreensaver-command -lock"
|
||||
|
|
Loading…
Reference in a new issue