From d714edc4ab2b8f07fb6f68db3ed1d010af92a660 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 28 Feb 2025 23:25:19 -0500 Subject: [PATCH 1/7] AutoYADM commit: 2025-02-28 23:25:19 --- .config/helix/runtime/queries/ini/textobjects.scm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/helix/runtime/queries/ini/textobjects.scm diff --git a/.config/helix/runtime/queries/ini/textobjects.scm b/.config/helix/runtime/queries/ini/textobjects.scm new file mode 100644 index 00000000..e37c1b8d --- /dev/null +++ b/.config/helix/runtime/queries/ini/textobjects.scm @@ -0,0 +1,5 @@ + +; (comment) @comment.inside + +(comment)+ @comment.around + From fa033543d4e888da88dd0abd92b7f992ee35799f Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 28 Feb 2025 23:30:19 -0500 Subject: [PATCH 2/7] AutoYADM commit: 2025-02-28 23:30:19 --- .config/foot/foot.ini##hostname.dpad | 2 +- .config/helix/languages.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/foot/foot.ini##hostname.dpad b/.config/foot/foot.ini##hostname.dpad index e344df57..871dd3d6 100644 --- a/.config/foot/foot.ini##hostname.dpad +++ b/.config/foot/foot.ini##hostname.dpad @@ -1,5 +1,5 @@ # -*- conf -*- -[main] +# [main] # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) # term=foot (or xterm-256color if built with -Dterminfo=disabled) # login-shell=no diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index a8b193e0..4902b918 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -95,6 +95,10 @@ name = "mail" language-servers = ["harper-ls"] # injection-regex = "mail|eml|email" +[[grammar]] +name = "ini" +source.path = "/home/fic/dev/tree-sitter-ini" + # [[grammar]] # name = "mail" # source.path = "/home/fic/dev/tree-sitter-mail" From 971063fb0f5bffb312d35cdcbb780432a35ad388 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 28 Feb 2025 23:35:18 -0500 Subject: [PATCH 3/7] AutoYADM commit: 2025-02-28 23:35:18 --- .config/helix/languages.toml | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 4902b918..23666482 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -98,7 +98,36 @@ language-servers = ["harper-ls"] [[grammar]] name = "ini" source.path = "/home/fic/dev/tree-sitter-ini" - +file-types = [ + "ini", + # Systemd unit files + "service", + "automount", + "device", + "mount", + "path", + "service", + "slice", + "socket", + "swap", + "target", + "timer", + # Podman quadlets + "container", + "volume", + "kube", + "network", + { glob = ".editorconfig" }, + { glob = ".npmrc" }, + { glob = "hgrc" }, + { glob = "npmrc" }, + { glob = "rclone.conf" }, + { glob = "**/tmp/*.conf" }, + # "conf", + "properties", + "cfg", + "directory" +] # [[grammar]] # name = "mail" # source.path = "/home/fic/dev/tree-sitter-mail" From 1f31dca60a52fbbb2ce2224207165aac15ce6b99 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 28 Feb 2025 23:40:19 -0500 Subject: [PATCH 4/7] AutoYADM commit: 2025-02-28 23:40:18 --- .config/helix/languages.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 23666482..5f6f83ce 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -97,6 +97,10 @@ language-servers = ["harper-ls"] [[grammar]] name = "ini" +scope = "source.ini" +injection-regex = "ini" +comment-token = "#" +indent = { tab-width = 4, unit = "\t" } source.path = "/home/fic/dev/tree-sitter-ini" file-types = [ "ini", @@ -123,7 +127,8 @@ file-types = [ { glob = "npmrc" }, { glob = "rclone.conf" }, { glob = "**/tmp/*.conf" }, - # "conf", + { glob = "/var/tmp/test.conf" }, + { glob = "test.conf" }, "properties", "cfg", "directory" From 64f7fd3c3e950c93bebb0ccc647e62b567e318c9 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 28 Feb 2025 23:45:18 -0500 Subject: [PATCH 5/7] AutoYADM commit: 2025-02-28 23:45:18 --- .config/helix/languages.toml | 2 +- .config/helix/sample.eml | 75 ------------------------------------ 2 files changed, 1 insertion(+), 76 deletions(-) delete mode 100644 .config/helix/sample.eml diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 5f6f83ce..8eda5a57 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -127,7 +127,7 @@ file-types = [ { glob = "npmrc" }, { glob = "rclone.conf" }, { glob = "**/tmp/*.conf" }, - { glob = "/var/tmp/test.conf" }, + # { glob = "/var/tmp/test.conf" }, { glob = "test.conf" }, "properties", "cfg", diff --git a/.config/helix/sample.eml b/.config/helix/sample.eml deleted file mode 100644 index 0149330b..00000000 --- a/.config/helix/sample.eml +++ /dev/null @@ -1,75 +0,0 @@ -From: Daniel Fichtinger -To: Jeff Johnson -Cc: Abdelaziz Al-Husni -Bcc: -Reply-To: -Subject: Re: Invitation to Participate in a Survey of Queen’s Graduate Student Experiences -X-ExtEditorR-Priority: normal -X-ExtEditorR-Attach-vCard: [false] -X-ExtEditorR-Delivery-Status-Notification: false -X-ExtEditorR-Return-Receipt: false -X-ExtEditorR-Allow-X-Headers: false -X-ExtEditorR-Send-On-Exit: false -X-ExtEditorR-Help: Use one address per `To/Cc/Bcc/Reply-To` header -X-ExtEditorR-Help: (e.g. two recipients require two `To:` headers). -X-ExtEditorR-Help: Remove surrounding brackets from header values -X-ExtEditorR-Help: to override default settings. -X-ExtEditorR-Help: Priority options: lowest, low, normal, high, highest. -X-ExtEditorR-Help: Delivery format options: auto, plaintext, html, both. -X-ExtEditorR-Help: Custom header names must start with "X-". -X-ExtEditorR-Help: KEEP blank line below to separate headers from body. - -Thanks for your response! - ---- -Daniel Fichtinger -- Graduate Student - - Computer Security Research Lab - - NSERC CREATE Cybersecurity -- Queen's University - - Kingston, Ontario - -On 2025-02-17 11:53, Vice-Provost and Dean, School of Graduate Studies wrote: -> Dear Daniel Fichtinger: -> -> I recently reached out to invite you to participate in a survey -> exploring graduate students’ academic experiences at Queen’s. The -> insights gathered through this survey will help us assess and enhance -> the graduate student learning environment, while also informing the -> University’s future academic plans and strategic priorities. -> -> The survey is brief and will take only 10–15 minutes to complete. -> -> This email serves as a friendly reminder to encourage your -> participation. If you have not yet had the chance, we would greatly -> appreciate your input. You may access the survey online at: -> -> ***Canadian Graduate and Professional Student Survey (CGPSS)* can01.safelinks.protection.outlook.com/? -> url=https%3A%2F%2Fca1.voxco.com%2FS2%2F%3Fst%3D4ptLZN1LGcOSVpO%252FLIeS83egRuKQ5N4dvqYDnmKKfjg7qewxXwhXDkg7M6%252Fa%252BK0hRCSioTKTVKMlsaDAY4gTBQ%253D%253D&data=05%7C02%7Cfichtinger.d%40queensu.ca%7Ceaa95984921c472fed3008dd4f739d97%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C638754080159754850%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=ugrZ4IaExjQE6MNQBzmeMxGP24dhRUBuEZPJsskupvQ%3D&reserved=0>** -> -> You may save your partial responses and return to the site to revise -> them and/or complete the survey. -> -> As I indicated in my earlier email, your answers are confidential, your -> participation is voluntary, and the survey has been granted clearance by -> the Queen’s General Research Ethics Board. Respondents will be entered -> into a random draw for one of five $100 Amazon gift certificates. -> -> I would like to personally thank you for considering this request.Your -> feedback is invaluable in shaping a stronger academic experience for all -> graduate students at Queen’s. -> -> Thank you for considering this opportunity to make your voice heard. -> -> Sincerely, -> -> Dr. Fahim Quadir -> Vice-Provost and Dean, School of Graduate Studies -> -> -> ------------------------------------------------------------------------ -> /If you do not wish to participate and do not want to receive reminder -> emails, please click on this link to remove yourself from the reminder -> list: //Unsubscribe/ url=https%3A%2F%2Fca1.voxco.com%2FA4S%2FUnsubscribe%3Fst%3D4ptLZN1LGcOSVpO%252FLIeS81HCEc86gAJi%252BgHkwyMOXA0ku%252BuMg9v5dw%253D%253D%26uemail%3D1&data=05%7C02%7Cfichtinger.d%40queensu.ca%7Ceaa95984921c472fed3008dd4f739d97%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C638754080159775902%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=nOsJc14oN%2BKCxJ8%2F9FhjtL1j%2FkxtGGm8U58KXuj%2FY3k%3D&reserved=0> From b071afbdbfd183e14b2d3e97f454180269af1b83 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 28 Feb 2025 23:50:19 -0500 Subject: [PATCH 6/7] AutoYADM commit: 2025-02-28 23:50:18 --- .config/helix/languages.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 8eda5a57..de0bed95 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -102,6 +102,8 @@ injection-regex = "ini" comment-token = "#" indent = { tab-width = 4, unit = "\t" } source.path = "/home/fic/dev/tree-sitter-ini" +[[language]] +name = "ini" file-types = [ "ini", # Systemd unit files @@ -126,9 +128,7 @@ file-types = [ { glob = "hgrc" }, { glob = "npmrc" }, { glob = "rclone.conf" }, - { glob = "**/tmp/*.conf" }, - # { glob = "/var/tmp/test.conf" }, - { glob = "test.conf" }, + "conf", "properties", "cfg", "directory" From 5ae711f2384ed895c3ca0ed980bc8197386e9853 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 28 Feb 2025 23:55:18 -0500 Subject: [PATCH 7/7] AutoYADM commit: 2025-02-28 23:55:18 --- .config/foot/foot.ini##hostname.dpad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/foot/foot.ini##hostname.dpad b/.config/foot/foot.ini##hostname.dpad index 871dd3d6..25d57936 100644 --- a/.config/foot/foot.ini##hostname.dpad +++ b/.config/foot/foot.ini##hostname.dpad @@ -93,7 +93,7 @@ hide-when-typing=yes # long-press-delay=400 [colors] -alpha=1.0 +alpha=0.95 # background=121212 # foreground=f5f5f5 # flash=7f7f00