Update .config/mimeapps.list

Update .config/niri/config.kdl
Update .config/niri/output.kdl
Update .config/niri/windowrules.kdl
Update .config/waybar/config.jsonc
Update .local/bin/tmux-sessionizer
This commit is contained in:
Lewis Wynne 2025-11-25 11:47:28 +00:00
parent 7c54ceed8c
commit ade8247b1b
6 changed files with 21 additions and 6 deletions

View file

@ -30,7 +30,10 @@ x-scheme-handler/discord=vesktop.desktop
x-scheme-handler/mailto=userapp-Thunderbird-WKH9D3.desktop
message/rfc822=userapp-Thunderbird-WKH9D3.desktop
x-scheme-handler/mid=userapp-Thunderbird-WKH9D3.desktop
x-scheme-handler/discord-409416265891971072=discord-409416265891971072.desktop
[Added Associations]
x-scheme-handler/mailto=userapp-Thunderbird-WKH9D3.desktop;
x-scheme-handler/mid=userapp-Thunderbird-WKH9D3.desktop;
x-scheme-handler/discord-409416265891971072=discord-409416265891971072.desktop;
x-scheme-handler/discord=vesktop.desktop;

View file

@ -9,7 +9,7 @@ include "recentwindows.kdl"
// https://yalter.github.io/niri/Configuration:-Layout
layout {
gaps 9
gaps 5
center-focused-column "never"
always-center-single-column
preset-column-widths {

View file

@ -1,6 +1,7 @@
// https://yalter.github.io/niri/Configuration:-Output
output "eDP-1" {
mode "1920x1080@60"
//mode "1280x720@60"
scale 1
transform "normal"
position x=1920 y=0

View file

@ -35,3 +35,12 @@ window-rule {
open-floating true
open-focused true
}
window-rule {
match title="RuneLite"
match title="Bolt Launcher"
match title="Proton Authenticator"
open-floating true
default-column-width {}
default-window-height {}
}

View file

@ -56,9 +56,9 @@
"spacing": 1
},
"battery": {
"format": "{icon}",
"format-discharging": "{icon}",
"format-charging": "{icon}",
"format": "{icon} {capacity}",
"format-discharging": "{icon} {time}",
"format-charging": "{icon} {capacity}",
"format-plugged": "=== AC ===",
"format-icons": {
"charging": [
@ -98,7 +98,8 @@
}
},
"pulseaudio": {
"format": "{icon}",
"on-click": "wiremix",
"format": "{icon} {desc}",
"tooltip-format": "Playing at {volume}%",
"scroll-step": 2,
"format-muted": "---mute---",

View file

@ -4,6 +4,7 @@ set -euo pipefail
# Each entry: PATH|minDepth|maxDepth
SEARCH_SPECS=(
"$HOME/src/github|2|2" # username/repo
"$HOME/src/aur|1|1" # AUR pkgs
"$HOME/.config|0|1" # each folder in ~/.config
"$HOME/.local/bin|0|0"
)