1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00
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
This commit is contained in:
xnm
2024-04-05 19:53:18 +03:00
parent f650800b60
commit 9385ffd1ff
4 changed files with 4 additions and 12 deletions

View File

@@ -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.

View File

@@ -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": {}
}

View File

@@ -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

View File

@@ -6,5 +6,6 @@ targets = [
"wasm32-wasi",
"x86_64-pc-windows-gnu",
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-gnu"
]
profile = "default"