about summary refs log tree commit diff
path: root/machines/devhell/gunnr.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-10-07 16:53:38 +0100
committerdevhell <devhell@mailfresser.de>2019-10-07 16:53:38 +0100
commit1dec2d5545a98bb25034a1a868b7c4062cd834a8 (patch)
tree5294f493336665d48ed48f8ba0fdd35a1fa53446 /machines/devhell/gunnr.nix
parentbc08398c2d72b0ed2ce233ba52cc8a4ef57651a1 (diff)
machines/gunnr: Bring back xbindkeys
I'm a moron.
Diffstat (limited to 'machines/devhell/gunnr.nix')
-rw-r--r--machines/devhell/gunnr.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index 39956887..69225984 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -96,6 +96,7 @@
     # XXX: Factor out and make DRY, because a lot of the stuff here is
     # duplicated in the other machine configurations.
     displayManager.sessionCommands = ''
+      ${pkgs.xbindkeys}/bin/xbindkeys &
       ${pkgs.nitrogen}/bin/nitrogen --restore &
       ${pkgs.xscreensaver}/bin/xscreensaver -no-splash &
       ${pkgs.rofi}/bin/rofi &
@@ -148,5 +149,6 @@
      pamixer
      vaapiVdpau
      vdpauinfo
+     xbindkeys
    ];
 }