formatting
This commit is contained in:
parent
70212633c8
commit
304dcdf1ca
@ -1,11 +1,13 @@
|
||||
{ config, pkgs, lib, ... }: {
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
dconf.settings = {
|
||||
#
|
||||
# touchpad
|
||||
#
|
||||
|
||||
"org/gnome/desktop/peripherals/touchpad" = {
|
||||
natural-scroll = false;
|
||||
natural-scroll = false;
|
||||
two-finger-scrolling-enabled = true;
|
||||
};
|
||||
|
||||
@ -14,16 +16,16 @@
|
||||
#
|
||||
|
||||
"org/gnome/desktop/wm/keybindings" = {
|
||||
close = [ "<Alt>q" ];
|
||||
maximize = [ "<Primary><Shift>Up" ];
|
||||
unmaximize = [ "<Primary><Shift>Down" ];
|
||||
move-to-workspace-left = [ "<Shift><Alt>Left" ];
|
||||
move-to-workspace-right = [ "<Shift><Alt>Right" ];
|
||||
switch-to-workspace-left = [ "<Primary><Alt>Left" ];
|
||||
close = [ "<Alt>q" ];
|
||||
maximize = [ "<Primary><Shift>Up" ];
|
||||
unmaximize = [ "<Primary><Shift>Down" ];
|
||||
move-to-workspace-left = [ "<Shift><Alt>Left" ];
|
||||
move-to-workspace-right = [ "<Shift><Alt>Right" ];
|
||||
switch-to-workspace-left = [ "<Primary><Alt>Left" ];
|
||||
switch-to-workspace-right = [ "<Primary><Alt>Right" ];
|
||||
};
|
||||
"org/gnome/mutter/keybindings" = {
|
||||
toggle-tiled-left = [ "<Primary><Shift>Left" ];
|
||||
toggle-tiled-left = [ "<Primary><Shift>Left" ];
|
||||
toggle-tiled-right = [ "<Primary><Shift>Right" ];
|
||||
};
|
||||
|
||||
@ -41,21 +43,21 @@
|
||||
screensaver = [ "<Primary><Alt>l" ];
|
||||
|
||||
# disable screenshot
|
||||
screenshot = [];
|
||||
screenshot = [];
|
||||
};
|
||||
|
||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" =
|
||||
{
|
||||
binding = "F12";
|
||||
command = "guake-toggle";
|
||||
name = "Guake";
|
||||
name = "Guake";
|
||||
};
|
||||
|
||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" =
|
||||
{
|
||||
binding = "<Alt>a";
|
||||
command = "albert toggle";
|
||||
name = "Albert";
|
||||
name = "Albert";
|
||||
};
|
||||
|
||||
#
|
||||
@ -63,9 +65,8 @@
|
||||
#
|
||||
|
||||
"org/gnome/settings-daemon/plugins/power" = {
|
||||
sleep-inactive-ac-type = "nothing";
|
||||
sleep-inactive-ac-type = "nothing";
|
||||
sleep-inactive-battery-type = "nothing";
|
||||
|
||||
};
|
||||
|
||||
#
|
||||
@ -73,7 +74,7 @@
|
||||
#
|
||||
|
||||
"org/gnome/settings-daemon/plugins/color" = {
|
||||
night-light-enabled = true;
|
||||
night-light-enabled = true;
|
||||
night-light-temperature = 2536;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user