From 29ced8354a6a20be990a8a7aa601fc6ba2bed251 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 7 Sep 2023 19:01:09 +0200 Subject: [PATCH 1/6] Make wpwd an alias for WSL --- .config/fish/conf.d/abbr_wsl.fish | 1 - .config/fish/conf.d/alias_wsl.fish | 1 + Makefile | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .config/fish/conf.d/alias_wsl.fish diff --git a/.config/fish/conf.d/abbr_wsl.fish b/.config/fish/conf.d/abbr_wsl.fish index b6ed52a..a67cc75 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -2,5 +2,4 @@ abbr d "explorer.exe ." abbr unison "unison ~/src ~/u_dest" abbr vs "code ." abbr wgcc "x86_64-w64-mingw32-gcc" -abbr wpwd 'echo "\\\\\wsl.localhost\\Arch$(pwd | tr / \\\ 2> /dev/null)"' abbr topgrade "topgrade -y -c" diff --git a/.config/fish/conf.d/alias_wsl.fish b/.config/fish/conf.d/alias_wsl.fish new file mode 100644 index 0000000..e324e05 --- /dev/null +++ b/.config/fish/conf.d/alias_wsl.fish @@ -0,0 +1 @@ +alias wpwd "echo '\\\\\wsl.localhost\\Arch$(pwd | tr / \\\ 2> /dev/null)'" diff --git a/Makefile b/Makefile index 00cb2ee..02bc07e 100644 --- a/Makefile +++ b/Makefile @@ -115,6 +115,7 @@ sync-wsl: # Fish @$(WGET) $(REPO_SRC)/.config/fish/config_wsl.fish -O $(HOME)/.config/fish/config.fish @$(CURL) $(REPO_SRC)/.config/fish/conf.d/abbr_wsl.fish >> $(HOME)/.config/fish/conf.d/abbr.fish + @$(CURL) $(REPO_SRC)/.config/fish/conf.d/alias_wsl.fish >> $(HOME)/.config/fish/conf.d/alias.fish # Unison @mkdir -p $(HOME)/.unison From 0d8dfd1ce3f38a579d9ad51315bd86cedb4cacbb Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 8 Sep 2023 17:38:16 +0200 Subject: [PATCH 2/6] Ctrl-Shift-T for theme toggle --- .config/WindowsAutoNightMode/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/WindowsAutoNightMode/config.yaml b/.config/WindowsAutoNightMode/config.yaml index 1424c9c..06bf76b 100644 --- a/.config/WindowsAutoNightMode/config.yaml +++ b/.config/WindowsAutoNightMode/config.yaml @@ -64,11 +64,11 @@ AutoSwitchNotify: Enabled: false GracePeriodMinutes: 5 Hotkeys: - Enabled: false + Enabled: true ForceLight: ForceDark: NoForce: - ToggleTheme: + ToggleTheme: Ctrl + Shift + T TogglePostpone: ToggleAutoThemeSwitch: IdleChecker: From 395382b0c9509593949e0ce1fd09d1b3d0dfdd9e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 8 Sep 2023 21:58:34 +0200 Subject: [PATCH 3/6] use libreoffice instead of onlyoffice --- windows11.bat | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/windows11.bat b/windows11.bat index 40e9d62..5c94a4a 100644 --- a/windows11.bat +++ b/windows11.bat @@ -94,14 +94,14 @@ for %%i in (!java_jdk!) do ( ) :: Applications -SET ^"apps=Discord.Discord Mozilla.Firefox 7zip.7zip Valve.Steam Parsec.Parsec ^ - voidtools.Everything.Lite VideoLAN.VLC File-New-Project.EarTrumpet ^ - Microsoft.VisualStudioCode GIMP.GIMP DuongDieuPhap.ImageGlass ^ - ONLYOFFICE.DesktopEditors HeroicGamesLauncher.HeroicGamesLauncher ^ +SET ^"apps=Discord.Discord Mozilla.Firefox 7zip.7zip Valve.Steam ^ + voidtools.Everything.Lite VideoLAN.VLC Parsec.Parsec ^ + Microsoft.VisualStudioCode GIMP.GIMP File-New-Project.EarTrumpet ^ + TheDocumentFoundation.LibreOffice DuongDieuPhap.ImageGlass ^ OBSProject.OBSStudio Xournal++.Xournal++ Microsoft.PowerToys ^ OpenWhisperSystems.Signal HandBrake.HandBrake Front.scrcpy+ ^ KDE.KDEConnect PrismLauncher.PrismLauncher Microsoft.PowerShell ^ - Armin2208.WindowsAutoNightMode" + Armin2208.WindowsAutoNightMode HeroicGamesLauncher.HeroicGamesLauncher" for %%i in (!apps!) do ( !pmi! %%i From 722c94fc60dd79fae7a05c3f061a4b5f3d6ebd8c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 10 Sep 2023 14:41:26 +0200 Subject: [PATCH 4/6] use super instead of ctrl --- .config/WindowsAutoNightMode/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/WindowsAutoNightMode/config.yaml b/.config/WindowsAutoNightMode/config.yaml index 06bf76b..d61e14f 100644 --- a/.config/WindowsAutoNightMode/config.yaml +++ b/.config/WindowsAutoNightMode/config.yaml @@ -68,7 +68,7 @@ Hotkeys: ForceLight: ForceDark: NoForce: - ToggleTheme: Ctrl + Shift + T + ToggleTheme: Shift + LWin + T TogglePostpone: ToggleAutoThemeSwitch: IdleChecker: From 5d92c7bce587f0e6bb8108987e1e7d7c84647f5c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 11 Sep 2023 12:46:23 +0200 Subject: [PATCH 5/6] use alt instead of super --- .config/WindowsAutoNightMode/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/WindowsAutoNightMode/config.yaml b/.config/WindowsAutoNightMode/config.yaml index d61e14f..753de86 100644 --- a/.config/WindowsAutoNightMode/config.yaml +++ b/.config/WindowsAutoNightMode/config.yaml @@ -68,7 +68,7 @@ Hotkeys: ForceLight: ForceDark: NoForce: - ToggleTheme: Shift + LWin + T + ToggleTheme: Shift + Alt + T TogglePostpone: ToggleAutoThemeSwitch: IdleChecker: From a64cd28c462ad2b95f428ecbcfae479a0069fe00 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 13 Sep 2023 09:30:22 +0200 Subject: [PATCH 6/6] Update to latest confile file version --- .config/WindowsAutoNightMode/config.yaml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.config/WindowsAutoNightMode/config.yaml b/.config/WindowsAutoNightMode/config.yaml index 753de86..b72d123 100644 --- a/.config/WindowsAutoNightMode/config.yaml +++ b/.config/WindowsAutoNightMode/config.yaml @@ -21,6 +21,16 @@ SystemSwitch: TaskbarColorWhenNonAdaptive: Light DWMPrevalenceSwitch: false DWMPrevalenceEnableTheme: Light +TouchKeyboardSwitch: + Enabled: false + Component: {} +ColorizationSwitch: + Enabled: false + Component: + LightHex: '#FFE81123' + DarkHex: '#FFE81123' + LightAutoColorization: false + DarkAutoColorization: false ColorFilterSwitch: Enabled: false Component: {} @@ -30,6 +40,11 @@ OfficeSwitch: Mode: Switch LightTheme: 0 DarkTheme: 4 +CursorSwitch: + Enabled: false + Component: + CursorsLight: + CursorsDark: Sunrise: 2023-08-18T07:00:00.0000000 Sunset: 2023-08-18T20:00:00.0000000 Location: @@ -48,12 +63,15 @@ Tunable: Trace: false DebugTimerMessage: false ShowTrayIcon: false + AlwaysFullDwmRefresh: false UICulture: fr GPUMonitoring: Enabled: true Threshold: 30 - MonitorTimeSpanMin: 1 Samples: 1 +ProcessBlockList: + ProcessNames: [] + Enabled: false Events: DarkThemeOnBattery: false Win10AllowLockscreenSwitch: true