inserted better rofi, animated picom and sane config for zellij

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-03-10 09:49:37 +01:00
parent 23ba9b1a7f
commit e179210bb4
222 changed files with 28381 additions and 292 deletions

View File

@@ -1,11 +1,19 @@
// If you'd like to override the default keybindings completely, be sure to change "keybinds" to "keybinds clear-defaults=true"
keybinds {
normal {
normal clear-defaults=true {
// uncomment this and adjust key if using copy_on_select=false
// bind "Alt c" { Copy; }
bind "F1" {SwitchToMode "Tab"; }
bind "F2" {SwitchToMode "Pane"; }
bind "F5" {SwitchToMode "Session"; }
bind "F6" {SwitchToMode "Search"; }
bind "F7" {SwitchToMode "Scroll"; }
bind "F8" {SwitchToMode "Resize"; }
bind "F9" {SwitchToMode "Move"; }
bind "F12" {SwitchToMode "Locked"; }
}
locked {
bind "Ctrl g" { SwitchToMode "Normal"; }
bind "F12" { SwitchToMode "Normal"; }
}
resize {
bind "Ctrl n" { SwitchToMode "Normal"; }