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