Add keybind to make a new frame

This commit is contained in:
outfoxxed 2023-08-13 16:56:25 -07:00
parent 3487b21ceb
commit 7821b7b605
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 2 additions and 0 deletions

View File

@ -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