theme - formating
This commit is contained in:
parent
8355c7ab83
commit
f1c469c7fc
30 changed files with 287 additions and 105 deletions
0
pkgs/.keepme
Normal file
0
pkgs/.keepme
Normal file
|
|
@ -1,2 +0,0 @@
|
|||
KERNEL=="card0", SUBSYSTEM=="drm", RUN+="$(pkgs.kanshi-fix}/bin/kanshi-fix"
|
||||
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.callPackage ./derivation.nix {}
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
{stdenv}:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "kanshi-fix-${version}";
|
||||
version = "1.4";
|
||||
|
||||
src = ./.;
|
||||
|
||||
nativeBuildInputs = [];
|
||||
buildInputs = [];
|
||||
|
||||
dontConfigure = true;
|
||||
buildPhase = ''
|
||||
chmod 0755 kanshi-fix
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp kanshi-fix $out/bin
|
||||
'';
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
export SWAYSOCK=/run/user/1000/sway-ipc.1000.$(pgrep -x sway).sock
|
||||
export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"
|
||||
swaymsg "output * dpms on"
|
||||
Loading…
Add table
Add a link
Reference in a new issue