update README and some noctalia settings

This commit is contained in:
Never Gude 2025-09-08 14:52:21 +02:00
parent 28d7cb612c
commit 69f9d553c0
2 changed files with 36 additions and 2 deletions

View file

@ -4,7 +4,8 @@
"enableClipboardHistory": true,
"pinnedExecs": [
],
"position": "center"
"position": "center",
"useApp2Unit": false
},
"audio": {
"cavaFrameRate": 30,
@ -88,6 +89,7 @@
},
"dock": {
"autoHide": false,
"backgroundOpacity": 1,
"exclusive": false,
"monitors": [
]
@ -136,6 +138,7 @@
"nightTemp": "4000"
},
"notifications": {
"doNotDisturb": false,
"monitors": [
"eDP-1"
]

View file

@ -1,3 +1,34 @@
# never-dotfiles
My configuration for niri and noctalia-shell
My configuration for niri and noctalia-shell
## Dependencies
### noctalia-shell
Enable quickshell copr
```bash
sudo dnf copr enable errornointernet/quickshell
```
Enable cliphist copr
```bash
sudo dnf copr enable alternateved/cliphist
```
Enable gpu-screen-recorder-git copr
```bash
sudo dnf copr enable brycensranch/gpu-screen-recorder-git
```
Install noctalia-shell dependendies
```bash
sudo dnf install quickshell-git google-roboto-fonts rsms-inter-fonts gpu-screen-recorder brightnessctl ddcutil cliphist cava wlsunset xdg-desktop-portal
```
### Apps
```bash
sudo dnf install fish kitty niri gcc make git ripgrep fd-find unzip neovim qutebrowser zathura
```