re-enable i3 de
This commit is contained in:
@@ -61,6 +61,7 @@
|
|||||||
|
|
||||||
./modules/bluetooth/desktop.nix
|
./modules/bluetooth/desktop.nix
|
||||||
./modules/de/kde.nix
|
./modules/de/kde.nix
|
||||||
|
./modules/de/i3.nix
|
||||||
./modules/desktop-common.nix
|
./modules/desktop-common.nix
|
||||||
|
|
||||||
./modules/gui/services/fcast.nix
|
./modules/gui/services/fcast.nix
|
||||||
@@ -114,6 +115,7 @@
|
|||||||
|
|
||||||
./modules/bluetooth/desktop.nix
|
./modules/bluetooth/desktop.nix
|
||||||
./modules/de/kde.nix
|
./modules/de/kde.nix
|
||||||
|
./modules/de/i3.nix
|
||||||
./modules/desktop-common.nix
|
./modules/desktop-common.nix
|
||||||
|
|
||||||
./modules/gui/services/fcast.nix
|
./modules/gui/services/fcast.nix
|
||||||
@@ -166,6 +168,7 @@
|
|||||||
|
|
||||||
./modules/bluetooth/desktop.nix
|
./modules/bluetooth/desktop.nix
|
||||||
./modules/de/kde.nix
|
./modules/de/kde.nix
|
||||||
|
./modules/de/i3.nix
|
||||||
./modules/desktop-common.nix
|
./modules/desktop-common.nix
|
||||||
|
|
||||||
./modules/gui/services/fcast.nix
|
./modules/gui/services/fcast.nix
|
||||||
|
|||||||
@@ -3,8 +3,6 @@
|
|||||||
{
|
{
|
||||||
# X11
|
# X11
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
videoDrivers = [ "modesetting" "amdgpu" ];
|
|
||||||
enable = true;
|
|
||||||
xkb = {
|
xkb = {
|
||||||
layout = "us";
|
layout = "us";
|
||||||
variant = "";
|
variant = "";
|
||||||
@@ -28,25 +26,6 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.displayManager.defaultSession = "xfce+i3";
|
|
||||||
|
|
||||||
services.picom = {
|
|
||||||
enable = true;
|
|
||||||
fade = true;
|
|
||||||
#vSync = true;
|
|
||||||
shadow = true;
|
|
||||||
fadeDelta = 4 ;
|
|
||||||
inactiveOpacity = 1;
|
|
||||||
activeOpacity = 1;
|
|
||||||
#backend = "glx";
|
|
||||||
settings = {
|
|
||||||
blur = {
|
|
||||||
#method = "dual_kawase";
|
|
||||||
#background = true;
|
|
||||||
strength = 5;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# useful services
|
# useful services
|
||||||
services.gvfs.enable = true;
|
services.gvfs.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user