diff options
author | Adrian Kummerlaender | 2019-02-22 12:30:35 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2019-02-22 12:30:35 +0100 |
commit | a0c8daf64aaa392949b99d5e5ae5df9a763dfec8 (patch) | |
tree | 362a32a4c46ebc5c45e03d65c2efc96a3ea46b7a /gui/conf | |
parent | cfab1689f5723129f0bfbb79eaabecf8e809905b (diff) | |
download | nixos_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')
-rw-r--r-- | gui/conf/xmonad.hs | 1 |
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") |