diff options
author | Amin Bandali <amin@aminb.org> | 2017-02-04 22:15:00 -0500 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-02-04 22:23:47 -0500 |
commit | 23a1f61aaf2144d071025e6e6b618007df648296 (patch) | |
tree | ceb694b8bbd87c17c31151bf5540d1eeaafb454e /sxhkd | |
parent | 45c2290600a542c9c5dbda4a8d4d07d6f2a6c134 (diff) | |
download | configs-23a1f61aaf2144d071025e6e6b618007df648296.tar.gz configs-23a1f61aaf2144d071025e6e6b618007df648296.tar.xz configs-23a1f61aaf2144d071025e6e6b618007df648296.zip |
bspwm and sxhkd config updates
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 13 | ||||
-rwxr-xr-x | sxhkd/.local/bin/toggle-layout | 2 |
2 files changed, 13 insertions, 2 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 461d1cd..07ab0e0 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -5,11 +5,21 @@ # terminal emulator super + Return urxvt +super + shift + Return + urxvt -name tiled # program launcher super + space rofi -show run -font "Inconsolata 13" +# rofi-pass +super + shift + space + rofi-pass + +# teiler +super + shift + s + teiler + super + z ; t urxvt @@ -27,6 +37,7 @@ super + z ; f # emacs super + e emacs +# emacs -Q -l src/elisp/oremacs/init.el # stalonetray #super + minus @@ -53,7 +64,7 @@ XF86AudioMute # kbdlight {up,down} XF86LaunchA - toggle-layout + /home/amin/.local/bin/toggle-layout # make sxhkd reload its configuration files: super + Escape diff --git a/sxhkd/.local/bin/toggle-layout b/sxhkd/.local/bin/toggle-layout index cb259b4..5df7e2f 100755 --- a/sxhkd/.local/bin/toggle-layout +++ b/sxhkd/.local/bin/toggle-layout @@ -6,5 +6,5 @@ if [ "$lang" = "us" ]; then setxkbmap ir else setxkbmap us - xmodmap $HOME/.Xmodmap + #xmodmap $HOME/.Xmodmap fi |