Add kitty quick access terminal
This commit is contained in:
parent
6433c647c8
commit
4574b3c079
2 changed files with 5 additions and 0 deletions
2
kitty/dot-config/kitty/quick-access-terminal.conf
Normal file
2
kitty/dot-config/kitty/quick-access-terminal.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
background_opacity 0.9
|
||||
hide_on_focus_loss yes
|
|
@ -210,6 +210,9 @@ binds {
|
|||
Mod+Return {
|
||||
spawn "kitty"
|
||||
}
|
||||
Mod+Grave {
|
||||
spawn "kitten" "quick-access-terminal"
|
||||
}
|
||||
Mod+D {
|
||||
spawn "fuzzel"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue