EXWM: Refactor toggle-window-split binding

master
Pierre Neidhardt 2017-07-27 17:47:47 +01:00
parent fdb9e69c9d
commit 1ad1adadc1
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@
(toggle-single-window)))
(exwm-input-set-key (kbd "s-o") #'exwm-layout-toggle-fullscreen-or-single-window)
(when (require 'functions)
(exwm-input-set-key (kbd "s-\\") #'toggle-window-split))
(require 'functions)
(exwm-input-set-key (kbd "s-\\") #'toggle-window-split)
(when (require 'helm-config nil t)
(exwm-input-set-key (kbd "s-c") #'helm-resume)