mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-31 04:31:55 -04:00
add Meta+Up hotkey to maximize
This commit is contained in:
parent
641c1c1f1f
commit
110bf6b2bd
1 changed files with 6 additions and 0 deletions
|
@ -62,6 +62,12 @@ in
|
|||
};
|
||||
wallpaper = ../../../dotfiles/wallpaper.jpg;
|
||||
};
|
||||
shortcuts = {
|
||||
kwin = {
|
||||
"Window Quick Tile Top" = [ ];
|
||||
"Window Maximize" = [ "Meta+Up" ];
|
||||
};
|
||||
};
|
||||
hotkeys = {
|
||||
commands = {
|
||||
"ocr" = mkNoIconCommand {
|
||||
|
|
Loading…
Add table
Reference in a new issue