Gnome is buggy as usual. Getting back to bspwm
This commit is contained in:
parent
d32d92fcd4
commit
47efbd750a
8 changed files with 33 additions and 28 deletions
|
|
@ -3,7 +3,7 @@
|
|||
enable = true;
|
||||
|
||||
# blur = true;
|
||||
experimentalBackends = true;
|
||||
# experimentalBackends = true;
|
||||
fade = false;
|
||||
shadow = true;
|
||||
vSync = true;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./nautilus.nix
|
||||
# ./nautilus.nix
|
||||
# ./thunar.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
let
|
||||
primaryTerminal = "kitty";
|
||||
secondaryTerminal = "terminator";
|
||||
fileManager = "nautilus";
|
||||
fileManager = "thunar";
|
||||
emojiChooser = "rofimoji --skin-tone light -a copy";
|
||||
yad = "${pkgs.yad}/bin/yad";
|
||||
notify = "${pkgs.libnotify}/bin/notify-send";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue