From 69f9d553c070cbd332be9e9501b05933988dc8f5 Mon Sep 17 00:00:00 2001 From: Never Gude Date: Mon, 8 Sep 2025 14:52:21 +0200 Subject: [PATCH] update README and some noctalia settings --- .config/noctalia/settings.json | 5 ++++- README.md | 33 ++++++++++++++++++++++++++++++++- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/.config/noctalia/settings.json b/.config/noctalia/settings.json index 41a6517..8818471 100644 --- a/.config/noctalia/settings.json +++ b/.config/noctalia/settings.json @@ -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" ] diff --git a/README.md b/README.md index 451a8dc..1a92e43 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,34 @@ # never-dotfiles -My configuration for niri and noctalia-shell \ No newline at end of file +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 +``` +