updated tmux config and plugins, added tmuxp to dotfiles

This commit is contained in:
liph
2026-02-23 17:37:56 +01:00
parent 8925d9677e
commit f901141e5f
11 changed files with 139 additions and 7 deletions
+12 -1
View File
@@ -14,7 +14,7 @@ input {
touchpad {
tap
natural-scroll
}
}
mouse {
}
@@ -49,6 +49,7 @@ layout {
preset-column-widths {
proportion 0.5
proportion 0.66667
proportion 0.3333
}
default-column-width {
proportion 0.5
@@ -192,6 +193,13 @@ window-rule {
}
open-floating true
}
window-rule {
match app-id="floating_yazi"
default-column-width {
proportion 0.6667
}
open-floating true
}
window-rule {
geometry-corner-radius 5
clip-to-geometry true
@@ -243,6 +251,9 @@ binds {
Mod+Mod5+Z hotkey-overlay-title="Open network-tui" {
spawn "kitty" "--class" "floating_network-tui" "-e" "network-tui"
}
Mod+Mod5+Y hotkey-overlay-title="Open Yazi" {
spawn "kitty" "--class" "floating_yazi" "-e" "yazi"
}
// Brightness Controll
Mod+Ctrl+0 {
spawn "sh" "-c" "~/scripts/layer_notify.sh 0"