updated tmux config and plugins, added tmuxp to dotfiles
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user