diff --git a/home-manager/dotfiles/bash/.bashrc b/home-manager/dotfiles/bash/.bashrc index ffd457b..9b358ec 100644 --- a/home-manager/dotfiles/bash/.bashrc +++ b/home-manager/dotfiles/bash/.bashrc @@ -1,4 +1,4 @@ -# kittysay ">:3" +kittysay "meow, what r we doin 2day :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$ ' +# PS1='\n${BLUE}󱄅 ${RESET}:\h \n\u@\h$ ' \ No newline at end of file diff --git a/home-manager/dotfiles/niri/config.kdl b/home-manager/dotfiles/niri/config.kdl index b8867de..9da94c2 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 "qutebrowser" +spawn-at-startup "zen-beta" 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 } diff --git a/home-manager/dotfiles/qutebrowser/config.py b/home-manager/dotfiles/qutebrowser/config.py index e44e93d..2f16f7b 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. diff --git a/home-manager/home.nix b/home-manager/home.nix index 192692f..9915488 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -87,7 +87,6 @@ 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: