Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ageldama committed Oct 24, 2019
1 parent 7278a0d commit 1ab65b9
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
42 changes: 42 additions & 0 deletions i3wm/dot-xbindkeysrc.scm
@@ -0,0 +1,42 @@
;;; EX-G pro 유무선 하이스펙 트랙볼 마우스 M-XPT1MRBK

;;;;EXTRA FUNCTIONS: Enable numlock, scrolllock or capslock usage
;;(set-numlock! #t)
;;(set-scrolllock! #t)
;;(set-capslock! #t)

;;;;; Scheme API reference
;;;;
;; Optional modifier state:
;; (set-numlock! #f or #t)
;; (set-scrolllock! #f or #t)
;; (set-capslock! #f or #t)
;;
;; Shell command key:
;; (xbindkey key "foo-bar-command [args]")
;; (xbindkey '(modifier* key) "foo-bar-command [args]")
;;
;; Scheme function key:
;; (xbindkey-function key function-name-or-lambda-function)
;; (xbindkey-function '(modifier* key) function-name-or-lambda-function)
;;
;; Other functions:
;; (remove-xbindkey key)
;; (run-command "foo-bar-command [args]")
;; (grab-all-keys)
;; (ungrab-all-keys)
;; (remove-all-keys)
;; (debug)


;; Examples of commands:

;; (xbindkey '(control shift q) "xbindkeys_show")


(xbindkey '("b:10") "xdotool key Next")
(xbindkey '("b:11") "xdotool key Prior")

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; End of xbindkeys guile configuration ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1 change: 1 addition & 0 deletions i3wm/jhyun-desktop-arch/xinitrc
Expand Up @@ -69,6 +69,7 @@ export SSH_AUTH_SOCK
[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap
# setxkbmap -option caps:super

xbindkeys &

#synclient TapButton2=3

Expand Down

0 comments on commit 1ab65b9

Please sign in to comment.