config updates
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# Example:
|
||||
# C:/projects/my-project # <- the first directory in the list becomes the working directory
|
||||
# C:/jai
|
||||
# src # <- this would be relative to the config file location
|
||||
# src # <- this would be relative to the config file location.
|
||||
|
||||
[ignore]
|
||||
# Files and directories matching the following wildcards will not be loaded or descended into
|
||||
@@ -26,7 +26,9 @@
|
||||
# Example:
|
||||
# *.hpp *.hh *.h : cpp
|
||||
# todo.txt : todo
|
||||
|
||||
*.h : c
|
||||
*.hpp *.hh : cpp
|
||||
*.frag *.vert : glsl
|
||||
|
||||
[[settings]]
|
||||
|
||||
@@ -53,7 +55,7 @@ show_line_numbers: false
|
||||
show_ruler_at_column: 0
|
||||
colored_titlebar: true # Windows 11+ only
|
||||
dark_titlebar: false # Windows only
|
||||
hide_mouse_when_typing: false
|
||||
hide_mouse_when_typing: true
|
||||
draw_indent_guides: false
|
||||
auto_surround_with_brackets_and_quotes: false
|
||||
auto_close_brackets: false
|
||||
@@ -75,13 +77,13 @@ search_is_case_sensitive_when_uppercase_present: true
|
||||
|
||||
detect_indentation: true
|
||||
indent_using: spaces
|
||||
tab_size: 4
|
||||
tab_size: 2
|
||||
|
||||
status_bar_position: bottom # options: top, bottom
|
||||
status_bar_show_cursors_off_screen: true
|
||||
status_bar_show_line_col: true
|
||||
status_bar_show_indentation: true
|
||||
status_bar_show_selected_text_length: false
|
||||
status_bar_show_selected_text_length: true
|
||||
|
||||
show_scrollbar_marks: true
|
||||
scrollbar_width_scale: 1.0
|
||||
|
||||
@@ -116,7 +116,7 @@ input {
|
||||
kb_rules=
|
||||
kb_variant=
|
||||
numlock_by_default=true
|
||||
sensitivity=0
|
||||
sensitivity=0.0
|
||||
}
|
||||
|
||||
misc {
|
||||
|
||||
Generated
+31
-8
@@ -68,14 +68,15 @@
|
||||
"dgop": "dgop",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
],
|
||||
"quickshell": "quickshell"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1764650935,
|
||||
"narHash": "sha256-WGNMbRgdVKaqhe2T/rP3b0GMre0IZuiRfNALiaKPznA=",
|
||||
"lastModified": 1765560618,
|
||||
"narHash": "sha256-gZEYrkY/IJHQrackgNwpl0qFnRacBSpmvqa0ljkdieU=",
|
||||
"owner": "AvengeMedia",
|
||||
"repo": "DankMaterialShell",
|
||||
"rev": "f96a2e2325a364bb347054cd2ac2de145bc417dd",
|
||||
"rev": "e95f7ce367470424e7636b40a0ba7af42ddcd94e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -92,11 +93,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1762435535,
|
||||
"narHash": "sha256-QhzRn7pYN35IFpKjjxJAj3GPJECuC+VLhoGem3ezycc=",
|
||||
"lastModified": 1762835999,
|
||||
"narHash": "sha256-UykYGrGFOFTmDpKTLNxj1wvd1gbDG4TkqLNSbV0TYwk=",
|
||||
"owner": "AvengeMedia",
|
||||
"repo": "dgop",
|
||||
"rev": "6cf638dde818f9f8a2e26d0243179c43cb3458d7",
|
||||
"rev": "799301991cd5dcea9b64245f9d500dcc76615653",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -917,6 +918,28 @@
|
||||
}
|
||||
},
|
||||
"quickshell": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"dankMaterialShell",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1764663772,
|
||||
"narHash": "sha256-sHqLmm0wAt3PC4vczJeBozI1/f4rv9yp3IjkClHDXDs=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "26531fc46ef17e9365b03770edd3fb9206fcb460",
|
||||
"revCount": 713,
|
||||
"type": "git",
|
||||
"url": "https://git.outfoxxed.me/quickshell/quickshell"
|
||||
},
|
||||
"original": {
|
||||
"rev": "26531fc46ef17e9365b03770edd3fb9206fcb460",
|
||||
"type": "git",
|
||||
"url": "https://git.outfoxxed.me/quickshell/quickshell"
|
||||
}
|
||||
},
|
||||
"quickshell_2": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
@@ -946,7 +969,7 @@
|
||||
"hyprpwcenter": "hyprpwcenter",
|
||||
"hyprsysteminfo": "hyprsysteminfo",
|
||||
"nixpkgs": "nixpkgs_4",
|
||||
"quickshell": "quickshell"
|
||||
"quickshell": "quickshell_2"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
|
||||
Reference in New Issue
Block a user