diff options
| author | tslil clingman <> | 2019-09-11 19:18:14 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2019-09-11 19:18:14 -0400 |
| commit | ac1a4884d03fc0495c773500d8a13f84b695fa43 (patch) | |
| tree | 29e5ec49e0ce957d80d8f11a155b47840c74f488 /.ratpoisonrc | |
Init
Diffstat (limited to '.ratpoisonrc')
| -rw-r--r-- | .ratpoisonrc | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/.ratpoisonrc b/.ratpoisonrc new file mode 100644 index 0000000..024bbfc --- /dev/null +++ b/.ratpoisonrc @@ -0,0 +1,108 @@ +startup_message off +escape XF86Launch9 + +definekey top XF86AudioLowerVolume exec vol --down +definekey top XF86AudioRaiseVolume exec vol --up +definekey top S-XF86AudioLowerVolume exec vol --headphone --down +definekey top S-XF86AudioRaiseVolume exec vol --headphone --up +definekey top XF86Launch1 exec vol mute +definekey top S-XF86Launch1 exec vol --headphone mute +definekey top XF86ScreenSaver exec lock +definekey top XF86MonBrightnessUp exec xbacklight -inc 10 +definekey top XF86MonBrightnessDown exec xbacklight -dec 10 +definekey top XF86Battery exec ratpoison -c "echo $(battery)" +definekey top XF86WebCam exec ratpoison -c "echo Unread: $(notmuch count tag:unread)" + +set border 1 +set winname title +set winfmt %n %s %t (%a) +set padding 0 0 0 0 +set barpadding 8 8 +set bargravity center +set fgcolor "black" +set bgcolor "#FFFFEA" +set fwcolor "darkred" +set bwcolor "black" + +set framesels "neioarst123456789" + +bind minus clear +bind v vsplit +bind h hsplit +bind w windows +bind p prev +bind n next +bind O only +bind comma focusleft +bind o focusdown +bind i focusup +bind period focusright +bind M-comma exchangeleft +bind M-o exchangedown +bind M-i exchangeup +bind M-period exchangeright +bind d dedicate +bind f fselect +bind e remove +bind a resize +bind apostrophe exec ratpoison -c "echo $(date -R)" +bind M-n nextscreen +bind M-p prevscreen +bind C-Q quit + +bind c exec $TERMINAL -e tmux +bind C exec $TERMINAL +bind E exec $VISUAL +bind q exec $BROWSER + +#bind S-Return exec ratws -s +#bind S-space exec ratws -w +bind space exec ratws + +exec /usr/bin/rpws init 3 -a +bind l rpws1 +bind u rpws2 +bind y rpws3 +bind M-l rpwsm1 +bind M-u rpwsm2 +bind M-y rpwsm3 + +unbind G +unbind C-Left +unbind C-Right +unbind C-Up +unbind C-Down +unbind C-Return +unbind C-M-Left +unbind C-M-Right +# unbind Left +# unbind Right +# unbind Up +# unbind Down +unbind C-i +unbind C-k +unbind C-l +unbind C-m +unbind C-p +unbind Q +unbind C-apostrophe +unbind C-space +unbind C-V +unbind V +unbind C-w +unbind C-s +unbind C-S +unbind C-f +unbind C-r +unbind C-u +unbind C-underscore +unbind C-x +unbind C-A +unbind C-K +unbind C-return +unbind C-a +unbind C-b +unbind C-c +unbind C-exclam +unbind minus +unbind C-v |
