mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat(xfce): add
This commit is contained in:
parent
d37bd2c669
commit
4932e4fd0d
34 changed files with 490 additions and 203 deletions
31
home/environments/xfce/xfconf.nix
Normal file
31
home/environments/xfce/xfconf.nix
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
_: {
|
||||
xfconf = {
|
||||
settings = {
|
||||
xsettings = {
|
||||
"Xfce4/SyncThemes" = true;
|
||||
"Net/IconThemeName" = "Chicago95-tux";
|
||||
"Net/ThemeName" = "Chicago95";
|
||||
};
|
||||
xfce4-keyboard-shortcuts = {
|
||||
"commands/custom/Super_L" = "xfce4-popup-whiskermenu";
|
||||
};
|
||||
xfce4-session = {
|
||||
"startup/ssh-agent/enabled" = false;
|
||||
};
|
||||
xfce4-power-manager = {
|
||||
"xfce4-power-manager/show-tray-icon" = false;
|
||||
"xfce4-power-manager/general-notification" = true;
|
||||
};
|
||||
xfwm4 = {
|
||||
"general/theme" = "Chicago95";
|
||||
"general/title_font" = "Sans Bold 8";
|
||||
"general/show_dock_shadow" = false;
|
||||
};
|
||||
xfce4-notifyd = {
|
||||
"theme" = "Chicago95";
|
||||
};
|
||||
|
||||
};
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue