From 9096236ccb1d8cbec77621a194b2a492a83e4c2b Mon Sep 17 00:00:00 2001 From: harry123 Date: Wed, 23 Jul 2025 13:27:18 +0200 Subject: [PATCH 1/4] moved to qutebrowser i enjoy qutebrowser quite a lot lately :) --- home-manager/dotfiles/niri/config.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/dotfiles/niri/config.kdl b/home-manager/dotfiles/niri/config.kdl index 9da94c2..b8867de 100644 --- a/home-manager/dotfiles/niri/config.kdl +++ b/home-manager/dotfiles/niri/config.kdl @@ -579,7 +579,7 @@ environment { } // apps to launch at startup -spawn-at-startup "zen-beta" +spawn-at-startup "qutebrowser" spawn-at-startup "vesktop" spawn-at-startup "beeper" spawn-at-startup "cinny" @@ -596,12 +596,12 @@ window-rule { match at-startup=true app-id=r#"^discord$"# match at-startup=true app-id=r#"^vesktop$"# match at-startup=true app-id=r#"^Beeper$"# + match at-startup=true app-id=r#"^cinny$"# open-on-workspace "chat" } window-rule { match app-id=r#"^discord$"# - match is-active=true open-maximized true } From 21f63c9b29e00bd258127f45a79eb476dab37d15 Mon Sep 17 00:00:00 2001 From: harry123 Date: Wed, 23 Jul 2025 13:27:48 +0200 Subject: [PATCH 2/4] minified useless stuff --- home-manager/dotfiles/bash/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/dotfiles/bash/.bashrc b/home-manager/dotfiles/bash/.bashrc index 9b358ec..ffd457b 100644 --- a/home-manager/dotfiles/bash/.bashrc +++ b/home-manager/dotfiles/bash/.bashrc @@ -1,4 +1,4 @@ -kittysay "meow, what r we doin 2day :3" +# kittysay ">:3" eval "$(zoxide init bash)" eval "$(direnv hook bash)" @@ -8,4 +8,4 @@ NNN_PLUG='L:nmount' BLUE="\x01[$(tput setaf 12)\x02]" RESET="\x01[$(tput setaf 15)\x02]" -# PS1='\n${BLUE}󱄅 ${RESET}:\h \n\u@\h$ ' \ No newline at end of file +# PS1='\n${BLUE}󱄅 ${RESET}:\h \n\u@\h$ ' From 3544f9c9cb4c2defd66f448203ce7c12bcfe2b39 Mon Sep 17 00:00:00 2001 From: harry123 Date: Thu, 24 Jul 2025 14:56:37 +0200 Subject: [PATCH 3/4] should avoid warning at qutebrowser start --- home-manager/dotfiles/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/dotfiles/qutebrowser/config.py b/home-manager/dotfiles/qutebrowser/config.py index 2f16f7b..e44e93d 100644 --- a/home-manager/dotfiles/qutebrowser/config.py +++ b/home-manager/dotfiles/qutebrowser/config.py @@ -12,7 +12,7 @@ ## This is here so configs done via the GUI are still loaded. ## Remove it to not load settings done via the GUI. -# config.load_autoconfig(True) +config.load_autoconfig(True) ## Aliases for commands. The keys of the given dictionary are the ## aliases, while the values are the commands they map to. From da022b899f448bd034a1268e0d9f1136778aaffd Mon Sep 17 00:00:00 2001 From: harry123 Date: Thu, 24 Jul 2025 14:56:45 +0200 Subject: [PATCH 4/4] added nvimpager --- home-manager/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/home.nix b/home-manager/home.nix index 9915488..192692f 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -87,6 +87,7 @@ rsync obsidian papirus-icon-theme + nvimpager # # You can also create simple shell scripts directly inside your # # configuration. For example, this adds a command 'my-hello' to your # # environment: