Add keybind to make a new frame
This commit is contained in:
parent
3487b21ceb
commit
7821b7b605
2
init.el
2
init.el
|
@ -338,6 +338,8 @@
|
|||
(hyprctl "hy3:makegroup" "h, ephemeral")
|
||||
(make-frame-command)))
|
||||
|
||||
(define-key evil-normal-state-map (kbd "C-w a") #'make-frame-command)
|
||||
|
||||
(advice-add #'evil-window-left :override
|
||||
(lambda (&optional count file) (hyprctl "hy3:movefocus" "l")))
|
||||
(advice-add #'evil-window-right :override
|
||||
|
|
Loading…
Reference in a new issue