Compare commits
No commits in common. "5343035045851f856021f86ab4f975428babc615" and "7439485194c4fa364de6326723b7d4cf660449a9" have entirely different histories.
5343035045
...
7439485194
2 changed files with 2 additions and 36 deletions
|
@ -26,18 +26,6 @@
|
|||
version = "0.0.3";
|
||||
sha256 = "sha256-DITgLedaO0Ifrttu+ZXkiaVA7Ua5RXc4jXQHPYLqrcM=";
|
||||
}
|
||||
{
|
||||
name = "simple-alignment";
|
||||
publisher = "earshinov";
|
||||
version = "1.0.1";
|
||||
sha256 = "sha256-Lqg5wVGj6VulEJHVv7CS6aci7Ze2KEqXMu10vlrYYao=";
|
||||
}
|
||||
{
|
||||
name = "todo-tree";
|
||||
publisher = "Gruntfuggly";
|
||||
version = "0.0.226";
|
||||
sha256 = "sha256-Fj9cw+VJ2jkTGUclB1TLvURhzQsaryFQs/+f2RZOLHs=";
|
||||
}
|
||||
];
|
||||
userSettings = {
|
||||
"agdaMode.connection.agdaLanguageServer" = false;
|
||||
|
@ -85,22 +73,6 @@
|
|||
"editor.autoClosingOvertype" = "never";
|
||||
"editor.autoClosingBrackets" = "never";
|
||||
"editor.accessibilitySupport" = "off";
|
||||
|
||||
# for latex
|
||||
"todo-tree.regex.regex" = "((//|#|<!--|;|/\\*|^|%|\\\\)\\s*($TAGS)\\{*|^\\s*- \\[ \\])";
|
||||
"todo-tree.regex.regexCaseSensitive" = false;
|
||||
"latex-workshop.linting.chktex.enabled" = true;
|
||||
"editor.formatOnSave" = true;
|
||||
"latex-workshop.linting.chktex.exec.args" = [
|
||||
"-wall"
|
||||
"-n21"
|
||||
"-n22"
|
||||
"-n30"
|
||||
"-e16"
|
||||
"-q"
|
||||
];
|
||||
"latex-workshop.latex.autoClean.run" = "onBuilt";
|
||||
"latex-workshop.latex.clean.subfolder.enabled" = true;
|
||||
};
|
||||
keybindings = [
|
||||
{
|
||||
|
|
|
@ -5,11 +5,6 @@
|
|||
enable = true;
|
||||
xwayland.enable = true;
|
||||
settings = {
|
||||
workspace = [
|
||||
"1, monitor:HDMI-A-3, default:true, persistent:true"
|
||||
"2, monitor:DP-3 , default:true, persistent:true"
|
||||
"special:scratchpad, on-created-empty:foot"
|
||||
];
|
||||
monitor = [
|
||||
"DP-3 , 2560x1440@144, 1920x0, 1"
|
||||
"HDMI-A-5, 1920x1080@75 , 0x0 , 1"
|
||||
|
@ -91,7 +86,7 @@
|
|||
|
||||
# fullscreen
|
||||
"$mod, F11, fullscreen, 0"
|
||||
# "$mod, m, fullscreen, 1" # maximize
|
||||
"$mod, m, fullscreen, 1" # maximize
|
||||
|
||||
# floating
|
||||
"$mod, F, togglefloating, active"
|
||||
|
@ -99,8 +94,7 @@
|
|||
# screenshot
|
||||
", Print, exec, grimblast copysave area $HOME\"/screenshots/\"$(date +'%F-%T.png');"
|
||||
|
||||
# scratchpad
|
||||
"$mod, C, togglespecialworkspace, scratchpad"
|
||||
|
||||
];
|
||||
bindm = [
|
||||
"$mod, mouse:272, movewindow"
|
||||
|
|
Loading…
Reference in a new issue