config
This commit is contained in:
parent
6527333226
commit
d4c1b64c02
6 changed files with 27 additions and 5 deletions
|
@ -176,7 +176,7 @@
|
|||
"/home/emenel/.config/fish/functions" ];
|
||||
|
||||
sessionVariables = {
|
||||
EDITOR = "emacsclient";
|
||||
EDITOR = "emacsclient -r";
|
||||
WINEFSYNC = 1;
|
||||
};
|
||||
|
||||
|
@ -224,6 +224,16 @@
|
|||
"org/gnome/shell/keybindings" = {
|
||||
shift-overview-up = ["disabled"];
|
||||
shift-overview-down = ["disabled"];
|
||||
switch-to-application-1 = ["disabled"];
|
||||
switch-to-application-2 = ["disabled"];
|
||||
switch-to-application-3 = ["disabled"];
|
||||
switch-to-application-4 = ["disabled"];
|
||||
switch-to-application-5 = ["disabled"];
|
||||
switch-to-application-6 = ["disabled"];
|
||||
switch-to-application-7 = ["disabled"];
|
||||
switch-to-application-8 = ["disabled"];
|
||||
switch-to-application-9 = ["disabled"];
|
||||
switch-to-application-10 = ["disabled"];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -251,9 +261,12 @@
|
|||
];
|
||||
|
||||
xdg.configFile."kmonad".source = ../dotfiles/dot_config/kmonad;
|
||||
|
||||
xdg.configFile."just".source = ../dotfiles/dot_config/just/justfile;
|
||||
xdg.configFile."starship.toml".source = ../dotfiles/dot_config/starship.toml;
|
||||
xdg.configFile."wezterm".source = ../dotfiles/dot_config/wezterm;
|
||||
xdg.configFile."git".source = ../dotfiles/dot_config/git;
|
||||
home.file.".sbclrc".source = ../dotfiles/dot_sbclrc;
|
||||
home.file.".signature".source = ../dotfiles/dot_signature;
|
||||
|
||||
home.file.".config/fish/functions" = {
|
||||
source = ../dotfiles/dot_config/fish/functions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue