Parcourir la Source

~/.xmonad: add a shortcut for not.es

(aka `gol`)

@KLINGTdotNET: i'm actually using it! :)
Lucas Stadler 11 ans auparavant
Parent
commit
4964133a11
2 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 5 0
      .bin/notes
  2. 1 0
      .xmonad/xmonad.hs

+ 5 - 0
.bin/notes

@ -0,0 +1,5 @@
1
#!/bin/sh
2
3
#HOME=$HOME/.ff-notes firefox --new-instance http://not.es
4
#google-chrome-stable --app http://not.es
5
google-chrome-stable --profile-directory=Default --app-id=heaniklamgfjlgdbkmhpecgmbaoelmao

+ 1 - 0
.xmonad/xmonad.hs

@ -54,6 +54,7 @@ main = do
54 54
        ((mod4Mask .|. shiftMask, xK_b), spawnHere "firefox -private-window"),
55 55
        ((mod4Mask, xK_e), spawnHere "emacs"),
56 56
        ((mod4Mask .|. shiftMask, xK_e), spawnHere "emacs -f writeroom-mode"),
57
        ((mod4Mask, xK_n), spawnHere "notes"),
57 58
58 59
        ((0, xF86XK_AudioMute), spawn "amixer set Master toggle"),
59 60
        ((0, xF86XK_AudioLowerVolume), spawn "amixer set Master 5%-"),