mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
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
This commit is contained in:
@@ -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).
|
- 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.
|
- Open the extension's settings page and navigate to the Backup section.
|
||||||
- Click "Import" and select the file `home/.config/stylus-catppuccin.json`.
|
- 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:
|
- Cool-Retro-Term:
|
||||||
- Launch Cool-Retro-Term.
|
- Launch Cool-Retro-Term.
|
||||||
|
@@ -9,11 +9,6 @@
|
|||||||
},
|
},
|
||||||
"IS_MAXIMIZED": false,
|
"IS_MAXIMIZED": false,
|
||||||
"IS_MINIMIZED": false,
|
"IS_MINIMIZED": false,
|
||||||
"WINDOW_BOUNDS": {
|
"trayBalloonShown": true,
|
||||||
"x": 0,
|
"chromiumSwitches": {}
|
||||||
"y": 0,
|
|
||||||
"width": 1500,
|
|
||||||
"height": 803
|
|
||||||
},
|
|
||||||
"trayBalloonShown": true
|
|
||||||
}
|
}
|
@@ -6,7 +6,7 @@
|
|||||||
#autogenerated = 1 # remove this line to remove the warning
|
#autogenerated = 1 # remove this line to remove the warning
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# 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
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
@@ -6,5 +6,6 @@ targets = [
|
|||||||
"wasm32-wasi",
|
"wasm32-wasi",
|
||||||
"x86_64-pc-windows-gnu",
|
"x86_64-pc-windows-gnu",
|
||||||
"x86_64-unknown-linux-gnu",
|
"x86_64-unknown-linux-gnu",
|
||||||
|
"aarch64-unknown-linux-gnu"
|
||||||
]
|
]
|
||||||
profile = "default"
|
profile = "default"
|
||||||
|
Reference in New Issue
Block a user