diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-08-24 07:15:01 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-08-24 07:15:01 +0200 |
| commit | e1f86f92ffcba791739dfea105cb5d8e9081db5e (patch) | |
| tree | 20f1b97935940533cfd3ab55502dcecfbe217b8e /xmonad.hs | |
| parent | 4ba52715c7ece96b28fd28693f9f0c232ccad733 (diff) | |
| parent | 084809954f13205af598127ea00d37b819d927b4 (diff) | |
| download | dotfiles-e1f86f92ffcba791739dfea105cb5d8e9081db5e.tar.gz dotfiles-e1f86f92ffcba791739dfea105cb5d8e9081db5e.tar.bz2 dotfiles-e1f86f92ffcba791739dfea105cb5d8e9081db5e.zip | |
Merge branch 'master' of github.com:cacharle/dotfiles into carbon
Diffstat (limited to 'xmonad.hs')
| -rw-r--r-- | xmonad.hs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -41,8 +41,6 @@ myKeys = [ ("<XF86AudioRaiseVolume>", spawn "~/bin/volume-ctl up") , ("<XF86ScreenSaver>", spawn "slock") , ("M-o", spawn "~/bin/project-open") - , ("M-S-o", spawn "cd ~/test && st") - , ("M-d", spawn "cd ~/Downloads && st") , ("M-m", spawn "st -e mocp") , ("M-S-d", spawn "notify-send \"$(date +\"%H:%M %A %d/%m/%Y %B\")\"") ] |
