aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/xmonad.hs
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-02-22 12:30:35 +0100
committerAdrian Kummerlaender2019-02-22 12:30:35 +0100
commita0c8daf64aaa392949b99d5e5ae5df9a763dfec8 (patch)
tree362a32a4c46ebc5c45e03d65c2efc96a3ea46b7a /gui/conf/xmonad.hs
parentcfab1689f5723129f0bfbb79eaabecf8e809905b (diff)
downloadnixos_home-a0c8daf64aaa392949b99d5e5ae5df9a763dfec8.tar
nixos_home-a0c8daf64aaa392949b99d5e5ae5df9a763dfec8.tar.gz
nixos_home-a0c8daf64aaa392949b99d5e5ae5df9a763dfec8.tar.bz2
nixos_home-a0c8daf64aaa392949b99d5e5ae5df9a763dfec8.tar.lz
nixos_home-a0c8daf64aaa392949b99d5e5ae5df9a763dfec8.tar.xz
nixos_home-a0c8daf64aaa392949b99d5e5ae5df9a763dfec8.tar.zst
nixos_home-a0c8daf64aaa392949b99d5e5ae5df9a763dfec8.zip
Nixify project task launcher
Task scripts and desktop shortcuts are now autogenerated using a friendly list of tasks in `gui/tasker.nix`. i.e. a separate rofi launcher is unnecessary as the generated desktop files are automatically picked up by stock rofi. This is nice.
Diffstat (limited to 'gui/conf/xmonad.hs')
-rw-r--r--gui/conf/xmonad.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs
index f1222a7..668d818 100644
--- a/gui/conf/xmonad.hs
+++ b/gui/conf/xmonad.hs
@@ -145,7 +145,6 @@ commonKeybindings host =
, ("C-M1-l" , spawn "i3lock -c 000000")
-- application launchers
, ("M-<Space>" , spawn "rofi -show combi")
- , ("C-<Space>" , spawn "tasker")
, ("M-<Return>" , spawn "kitty")
, ("M-S-<Return>" , spawn "nvim-qt --no-ext-tabline")
, ("<Print>" , spawn "flameshot gui")