diff options
| author | Baitinq <[email protected]> | 2022-06-28 02:26:28 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-28 02:26:28 +0200 |
| commit | 8a11d45020bd603d81aa7a7c0608d84fe9bdcfb8 (patch) | |
| tree | fb1226faca6fa363dd9db96901bfb859a733fc0d /hosts | |
| parent | Luna: Hack for print button to work (FIXME) (diff) | |
| download | nixos-config-8a11d45020bd603d81aa7a7c0608d84fe9bdcfb8.tar.gz nixos-config-8a11d45020bd603d81aa7a7c0608d84fe9bdcfb8.tar.bz2 nixos-config-8a11d45020bd603d81aa7a7c0608d84fe9bdcfb8.zip | |
Luna: Fix power key script launching (sxhkd)
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/luna/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix index 5503536..c5e64ab 100644 --- a/hosts/luna/home.nix +++ b/hosts/luna/home.nix @@ -68,7 +68,7 @@ in dmenu_run -i XF86PowerOff - bash /usr/share/dmenu-baitinq-git/scripts/exit + bash ~/.scripts/exit #TODO: Change to XF86FullScreen or XF86XK_FullScreen when implemented F4 |