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:
parent
7c54ceed8c
commit
ade8247b1b
6 changed files with 21 additions and 6 deletions
|
|
@ -30,7 +30,10 @@ x-scheme-handler/discord=vesktop.desktop
|
||||||
x-scheme-handler/mailto=userapp-Thunderbird-WKH9D3.desktop
|
x-scheme-handler/mailto=userapp-Thunderbird-WKH9D3.desktop
|
||||||
message/rfc822=userapp-Thunderbird-WKH9D3.desktop
|
message/rfc822=userapp-Thunderbird-WKH9D3.desktop
|
||||||
x-scheme-handler/mid=userapp-Thunderbird-WKH9D3.desktop
|
x-scheme-handler/mid=userapp-Thunderbird-WKH9D3.desktop
|
||||||
|
x-scheme-handler/discord-409416265891971072=discord-409416265891971072.desktop
|
||||||
|
|
||||||
[Added Associations]
|
[Added Associations]
|
||||||
x-scheme-handler/mailto=userapp-Thunderbird-WKH9D3.desktop;
|
x-scheme-handler/mailto=userapp-Thunderbird-WKH9D3.desktop;
|
||||||
x-scheme-handler/mid=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;
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ include "recentwindows.kdl"
|
||||||
|
|
||||||
// https://yalter.github.io/niri/Configuration:-Layout
|
// https://yalter.github.io/niri/Configuration:-Layout
|
||||||
layout {
|
layout {
|
||||||
gaps 9
|
gaps 5
|
||||||
center-focused-column "never"
|
center-focused-column "never"
|
||||||
always-center-single-column
|
always-center-single-column
|
||||||
preset-column-widths {
|
preset-column-widths {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
// https://yalter.github.io/niri/Configuration:-Output
|
// https://yalter.github.io/niri/Configuration:-Output
|
||||||
output "eDP-1" {
|
output "eDP-1" {
|
||||||
mode "1920x1080@60"
|
mode "1920x1080@60"
|
||||||
|
//mode "1280x720@60"
|
||||||
scale 1
|
scale 1
|
||||||
transform "normal"
|
transform "normal"
|
||||||
position x=1920 y=0
|
position x=1920 y=0
|
||||||
|
|
|
||||||
|
|
@ -35,3 +35,12 @@ window-rule {
|
||||||
open-floating true
|
open-floating true
|
||||||
open-focused 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 {}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -56,9 +56,9 @@
|
||||||
"spacing": 1
|
"spacing": 1
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"format": "{icon}",
|
"format": "{icon} {capacity}",
|
||||||
"format-discharging": "{icon}",
|
"format-discharging": "{icon} {time}",
|
||||||
"format-charging": "{icon}",
|
"format-charging": "{icon} {capacity}",
|
||||||
"format-plugged": "=== AC ===",
|
"format-plugged": "=== AC ===",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"charging": [
|
"charging": [
|
||||||
|
|
@ -98,7 +98,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"format": "{icon}",
|
"on-click": "wiremix",
|
||||||
|
"format": "{icon} {desc}",
|
||||||
"tooltip-format": "Playing at {volume}%",
|
"tooltip-format": "Playing at {volume}%",
|
||||||
"scroll-step": 2,
|
"scroll-step": 2,
|
||||||
"format-muted": "---mute---",
|
"format-muted": "---mute---",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ set -euo pipefail
|
||||||
# Each entry: PATH|minDepth|maxDepth
|
# Each entry: PATH|minDepth|maxDepth
|
||||||
SEARCH_SPECS=(
|
SEARCH_SPECS=(
|
||||||
"$HOME/src/github|2|2" # username/repo
|
"$HOME/src/github|2|2" # username/repo
|
||||||
|
"$HOME/src/aur|1|1" # AUR pkgs
|
||||||
"$HOME/.config|0|1" # each folder in ~/.config
|
"$HOME/.config|0|1" # each folder in ~/.config
|
||||||
"$HOME/.local/bin|0|0"
|
"$HOME/.local/bin|0|0"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue