[XMonad] Fix stack build
This commit is contained in:
parent
54df41e1e9
commit
551072f24e
@ -8,14 +8,31 @@ packages:
|
|||||||
extra-dep: true
|
extra-dep: true
|
||||||
- location: ./taffybar
|
- location: ./taffybar
|
||||||
extra-dep: true
|
extra-dep: true
|
||||||
- location:
|
|
||||||
git: git@github.com:IvanMalison/gtk-traymanager.git
|
|
||||||
commit: 39cddcf77f3e4a8ecbc4d82894457fd61c1faff1
|
|
||||||
extra-dep: true
|
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- X11-xft-0.3.1
|
- X11-xft-0.3.1
|
||||||
- xml-helpers-1.0.0
|
- alsa-mixer-0.2.0.3
|
||||||
|
- dbus-1.0.1
|
||||||
|
- dbus-hslogger-0.1.0.1
|
||||||
|
- gi-dbusmenu-0.4.1
|
||||||
|
- gi-dbusmenugtk3-0.4.1
|
||||||
|
- gi-gdk-3.0.15
|
||||||
|
- gi-gdkpixbuf-2.0.16
|
||||||
|
- gi-gdkx11-3.0.2
|
||||||
|
- gi-gio-2.0.18
|
||||||
|
- gi-gtk-3.0.22
|
||||||
|
- gi-pango-1.0.16
|
||||||
|
- gi-xlib-2.0.2
|
||||||
|
- gio-0.13.5.0
|
||||||
|
- gtk-sni-tray-0.1.2.0
|
||||||
|
- gtk-strut-0.1.2.0
|
||||||
|
- gtk-traymanager-1.0.1
|
||||||
|
- gtk3-0.14.9
|
||||||
|
- haskell-gi-0.21.2
|
||||||
|
- haskell-gi-base-0.21.1
|
||||||
- libxml-sax-0.7.5
|
- libxml-sax-0.7.5
|
||||||
- rate-limit-1.1.1
|
- rate-limit-1.1.1
|
||||||
|
- spool-0.1
|
||||||
|
- status-notifier-item-0.2.1.0
|
||||||
- time-units-1.0.0
|
- time-units-1.0.0
|
||||||
resolver: lts-8.2
|
- xml-helpers-1.0.0
|
||||||
|
resolver: lts-11.7
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit aebefe9a1c2c6de8daf599d75d2324f2521213ab
|
Subproject commit ad9c8001f6e2af7a87228c5feaf41aa230a639d5
|
@ -971,9 +971,9 @@ addKeys conf@XConfig { modMask = modm } =
|
|||||||
|
|
||||||
-- Non-XMonad
|
-- Non-XMonad
|
||||||
|
|
||||||
, ((modm, xK_v), spawn "copyq paste")
|
, ((modm, xK_v), spawn "xclip -o | xdotool type --file -")
|
||||||
, ((modm .|. controlMask, xK_s), spawn "split_current_chrome_tab.sh")
|
, ((modm .|. controlMask, xK_s), spawn "split_current_chrome_tab.sh")
|
||||||
, ((hyper, xK_v), spawn "clipit_rofi.sh")
|
, ((hyper, xK_v), spawn "rofi_clipit.sh")
|
||||||
, ((hyper, xK_p), spawn "rofi-pass")
|
, ((hyper, xK_p), spawn "rofi-pass")
|
||||||
, ((hyper, xK_h), spawn "screenshot.sh")
|
, ((hyper, xK_h), spawn "screenshot.sh")
|
||||||
, ((hyper, xK_c), spawn "shell_command.sh")
|
, ((hyper, xK_c), spawn "shell_command.sh")
|
||||||
|
Loading…
Reference in New Issue
Block a user