mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-02-04 11:30:33 +00:00
update flake.lock
This commit is contained in:
parent
ae7c310c17
commit
29d16e13ff
3 changed files with 70 additions and 66 deletions
|
|
@ -6,6 +6,13 @@
|
|||
{package = pkgs.gnomeExtensions.paperwm;}
|
||||
];
|
||||
dconf.settings = {
|
||||
# Inspect window class with <Alt>F2 -> `lg`
|
||||
"org/gnome/shell/extensions/paperwm" = {
|
||||
winprops = [
|
||||
''{"wm_class":"dev.benz.walker","scratch_layer":true}''
|
||||
''{"wm_class":"org.pulseaudio.pavucontrol","scratch_layer":true}''
|
||||
];
|
||||
};
|
||||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||
screensaver = [""];
|
||||
};
|
||||
|
|
@ -48,8 +55,5 @@
|
|||
live-alt-tab = [];
|
||||
live-alt-tab-backward = [];
|
||||
};
|
||||
"org/gnome/shell/extensions/paperwm" = {
|
||||
winprops = [''{"wm_class":"dev.benz.walker","scratch_layer":true}''];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,9 @@
|
|||
plugins = {
|
||||
alwaysAnimate.enable = true;
|
||||
alwaysTrust.enable = true;
|
||||
clearUrLs.enable = true;
|
||||
ClearURLs.enable = true;
|
||||
copyFileContents.enable = true;
|
||||
copyUserUrLs.enable = true;
|
||||
CopyUserURLs.enable = true;
|
||||
disableCallIdle.enable = true;
|
||||
favoriteEmojiFirst.enable = true;
|
||||
forceOwnerCrown.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue