Better dropterminal.
The dropdown terminal gets smaller. Caps-Lock becomes Hyper and Hyper drops the term.
This commit is contained in:
parent
6f8c18d849
commit
d5cb5d5ee8
2 changed files with 4 additions and 4 deletions
|
@ -62,7 +62,7 @@ input {
|
|||
kb_layout = de
|
||||
kb_variant = nodeadkeys
|
||||
kb_model =
|
||||
kb_options = compose:menu
|
||||
kb_options = compose:menu,caps:hyper
|
||||
kb_rules =
|
||||
|
||||
follow_mouse = 1
|
||||
|
@ -127,8 +127,8 @@ bind = $mainMod, N, exec, ~/.bin/startBrowserPrivat.sh
|
|||
bind = $mainMod, V, exec, cliphist list | wofi -p Clipboard -S dmenu | cliphist decode | wl-copy
|
||||
|
||||
# PyPrland
|
||||
bind = , F1, exec, pypr toggle term
|
||||
bind = $mainMod, Tab, exec, pypr fetch_client_menu
|
||||
bind = , Hyper_L, exec, pypr toggle term
|
||||
bind = $mainMod, Tab, exec, pypr fetch_client_menu
|
||||
|
||||
# Laptop multimedia keys for volume and LCD brightness
|
||||
bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
|
|
|
@ -5,7 +5,7 @@ plugins = ["scratchpads", "fetch_client_menu"]
|
|||
animation = "fromTop"
|
||||
command = "kitty --class kitty-dropterm"
|
||||
class = "kitty-dropterm"
|
||||
size = "75% 60%"
|
||||
size = "75% 40%"
|
||||
max_size = "1920px 100%"
|
||||
margin = 51
|
||||
|
||||
|
|
Loading…
Reference in a new issue