update config

This commit is contained in:
dim 2025-01-02 18:34:44 +07:00
parent 7935c0a965
commit 376adaf654
5 changed files with 10 additions and 7 deletions

View File

@ -12,6 +12,7 @@
./plugins/dap.nix ./plugins/dap.nix
./plugins/telescope.nix ./plugins/telescope.nix
./plugins/zenmode.nix ./plugins/zenmode.nix
./plugins/project.nix
./options.nix ./options.nix
./keymaps.nix ./keymaps.nix

View File

@ -29,7 +29,7 @@
termguicolors = true; termguicolors = true;
showmode = false; showmode = false;
wrap = true; wrap = false;
linebreak = true; linebreak = true;
swapfile = false; swapfile = false;

View File

@ -57,5 +57,6 @@
}; };
}; };
}; };
ts-autotag = { enable = true; };
}; };
} }

View File

@ -13,6 +13,7 @@
"float, class:(firefox),title:^(Extension)(.*)$" "float, class:(firefox),title:^(Extension)(.*)$"
"float, class:^(pcmanfm)$,title:^(Confirm File Replacing)$" "float, class:^(pcmanfm)$,title:^(Confirm File Replacing)$"
"float, class:^(nemo)$,title:^(Confirm File Replacing)$" "float, class:^(nemo)$,title:^(Confirm File Replacing)$"
"float, title:^(Confirm File Replacing)$"
"float, class:^(nm-connection-editor)$" "float, class:^(nm-connection-editor)$"
"float, class:^(.*blueman-manager.*)$" "float, class:^(.*blueman-manager.*)$"
"size 530 300, class:^(.*blueman-manager.*)$" "size 530 300, class:^(.*blueman-manager.*)$"

View File

@ -169,17 +169,17 @@ in {
"menus.dashboard.shortcuts.right.shortcut3.tooltip": "Screenshot", "menus.dashboard.shortcuts.right.shortcut3.tooltip": "Screenshot",
"menus.dashboard.directories.left.directory1.label": "󰉍 Downloads", "menus.dashboard.directories.left.directory1.label": "󰉍 Downloads",
"menus.dashboard.directories.left.directory1.command": "bash -c \"nemo $HOME/Downloads/\"", "menus.dashboard.directories.left.directory1.command": "bash -c \"thunar $HOME/Downloads/\"",
"menus.dashboard.directories.left.directory2.label": "󰉏 Pictures", "menus.dashboard.directories.left.directory2.label": "󰉏 Pictures",
"menus.dashboard.directories.left.directory2.command": "bash -c \"nemo $HOME/Pictures/\"", "menus.dashboard.directories.left.directory2.command": "bash -c \"thunar $HOME/Pictures/\"",
"menus.dashboard.directories.left.directory3.label": "󱧶 Documents", "menus.dashboard.directories.left.directory3.label": "󱧶 Documents",
"menus.dashboard.directories.left.directory3.command": "bash -c \"nemo $HOME/Documents/\"", "menus.dashboard.directories.left.directory3.command": "bash -c \"thunar $HOME/Documents/\"",
"menus.dashboard.directories.right.directory1.label": "󱂵 Home", "menus.dashboard.directories.right.directory1.label": "󱂵 Home",
"menus.dashboard.directories.right.directory1.command": "bash -c \"nemo $HOME/\"", "menus.dashboard.directories.right.directory1.command": "bash -c \"thunar $HOME/\"",
"menus.dashboard.directories.right.directory2.label": "󰚝 Projects", "menus.dashboard.directories.right.directory2.label": "󰚝 Projects",
"menus.dashboard.directories.right.directory2.command": "bash -c \"nemo $HOME/dev/\"", "menus.dashboard.directories.right.directory2.command": "bash -c \"thunar $HOME/dev/\"",
"menus.dashboard.directories.right.directory3.label": " Config", "menus.dashboard.directories.right.directory3.label": " Config",
"menus.dashboard.directories.right.directory3.command": "bash -c \"nemo $HOME/.config/\"", "menus.dashboard.directories.right.directory3.command": "bash -c \"thunar $HOME/.config/\"",
"theme.bar.menus.monochrome": true, "theme.bar.menus.monochrome": true,
"wallpaper.enable": false, "wallpaper.enable": false,