alejandra and dwm xf86 keys

This commit is contained in:
2024-04-22 08:26:49 +02:00
parent 038bc3b7e5
commit 5d6abd228e
34 changed files with 360 additions and 302 deletions

View File

@@ -2,6 +2,5 @@
services.betterlockscreen = {
enable = true;
package = pkgs.unstable.betterlockscreen;
};
}

View File

@@ -1,5 +1,5 @@
{
lib,
lib,
config,
pkgs,
...
@@ -12,7 +12,7 @@
./easyeffects.nix
./theming.nix
];
home.packages = with pkgs; [
dmenu
st
@@ -30,7 +30,7 @@
xorg.libxcb
xorg.libXft
xorg.libXinerama
xorg.xinit
xorg.xinit
xorg.xinput
brightnessctl
xclip
@@ -47,7 +47,7 @@
lf
pamixer
w3m
bat
bat
efibootmgr
eww
fontconfig
@@ -78,7 +78,7 @@
source = ./.xinitrc;
};
".zprofile" = {
source = ./.zprofile;
source = ./.zprofile;
};
".config/picom/black_to_transparent.frag" = {
source = ./black_to_transparent.frag;

View File

@@ -1,5 +1,5 @@
{
lib,
lib,
config,
pkgs,
...
@@ -7,7 +7,7 @@
services.picom = {
enable = true;
package = pkgs.unstable.picom;
backend = "glx";
backend = "glx";
shadow = true;
shadowOpacity = 0.2;
@@ -56,16 +56,16 @@
# xprop | grep -i 'class'
opacity-rule = [
"90:class_g = 'neovide'"
"90:class_g = 'code-oss'"
"90:class_g = 'discord'"
"90:class_g = 'Emacs'"
"90:class_g = 'TelegramDesktop'"
"90:class_g = 'Spotify'"
"90:class_g = 'easyeffects'"
"90:class_g = 'kitty'"
"90:class_g = 'Nemo'"
"97:class_g = 'firefox'"
"90:class_g = 'neovide'"
"90:class_g = 'code-oss'"
"90:class_g = 'discord'"
"90:class_g = 'Emacs'"
"90:class_g = 'TelegramDesktop'"
"90:class_g = 'Spotify'"
"90:class_g = 'easyeffects'"
"90:class_g = 'kitty'"
"90:class_g = 'Nemo'"
"97:class_g = 'firefox'"
];
# Exclude conditions for background blur.
@@ -95,5 +95,5 @@
#"nordify.glsl:class_g = 'miru'"
];
};
};
};
}

View File

@@ -1,5 +1,5 @@
{
lib,
lib,
config,
pkgs,
...

View File

@@ -1,4 +1,9 @@
{lib, config, pkgs, ...}: {
{
lib,
config,
pkgs,
...
}: {
# enable gtk
gtk = {
enable = true;