From 9385ffd1ff40a7ac364f296b0ea8963a729c37e7 Mon Sep 17 00:00:00 2001 From: xnm Date: Fri, 5 Apr 2024 19:53:18 +0300 Subject: [PATCH] fixes changelog: - deleted unnecessary segment from discord config - deleted reference to old catppuccin DuckDuckGo guide from README - hyprland changed scale for new system - added new target for rust --- README.md | 4 ---- home/.config/discord/settings.json | 9 ++------- home/.config/hypr/hyprland.conf | 2 +- nixos/rust-toolchain.toml | 1 + 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 68c4e79..bb246c0 100644 --- a/README.md +++ b/README.md @@ -130,10 +130,6 @@ And many other useful utilities. The full list can be found in the system config - Install the Stylus Extension from its [official website](https://add0n.com/stylus.html). - Open the extension's settings page and navigate to the Backup section. - Click "Import" and select the file `home/.config/stylus-catppuccin.json`. - - DuckDuckGo in any browser: - - Follow the [official guide](https://github.com/catppuccin/duckduckgo) provided by Catppuccin. - - **Note**: Qutebrowser users can follow the same DuckDuckGo guide for customization, as installation doesn't require the Stylus Extension, which is not yet compatible with Qutebrowser. - Cool-Retro-Term: - Launch Cool-Retro-Term. diff --git a/home/.config/discord/settings.json b/home/.config/discord/settings.json index 46997fa..19086af 100644 --- a/home/.config/discord/settings.json +++ b/home/.config/discord/settings.json @@ -9,11 +9,6 @@ }, "IS_MAXIMIZED": false, "IS_MINIMIZED": false, - "WINDOW_BOUNDS": { - "x": 0, - "y": 0, - "width": 1500, - "height": 803 - }, - "trayBalloonShown": true + "trayBalloonShown": true, + "chromiumSwitches": {} } \ No newline at end of file diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index aa86b78..212ecc1 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -6,7 +6,7 @@ #autogenerated = 1 # remove this line to remove the warning # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,preferred,auto,1.2 +monitor=,preferred,auto,1.6 # See https://wiki.hyprland.org/Configuring/Keywords/ for more diff --git a/nixos/rust-toolchain.toml b/nixos/rust-toolchain.toml index 5fd9c37..2c331f7 100644 --- a/nixos/rust-toolchain.toml +++ b/nixos/rust-toolchain.toml @@ -6,5 +6,6 @@ targets = [ "wasm32-wasi", "x86_64-pc-windows-gnu", "x86_64-unknown-linux-gnu", + "aarch64-unknown-linux-gnu" ] profile = "default"