diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-06 20:14:13 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-06 20:14:13 +0100 |
commit | 1943d4fe3080a8c7aa0dd7a62bbdb4cb35daf017 (patch) | |
tree | 9f71b3b87065a30edf29cb34b306c0055cd08161 | |
parent | cdf16bd9fda257c33aab62aef01d8864dd2f6870 (diff) |
-rw-r--r-- | ratpoisonrc | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ratpoisonrc b/ratpoisonrc new file mode 100644 index 0000000..0cad13f --- /dev/null +++ b/ratpoisonrc @@ -0,0 +1,31 @@ +unbind k +set xsetroot -solid black +bind j focusdown +bind h focusleft +bind k focusup +bind l focusright +bind J exchangedown +bind H exchangeleft +bind K exchangeup +bind L exchangeright +bind C-k delete +exec /usr/local/bin/rpws init 4 -k + +bind s-1 rpws1 +bind s-2 rpws2 +bind s-3 rpws3 +bind s-4 rpws4 + +set winname title +set winfmt %n %s %t +set wingravity c +set winliststyle column + +#set winname class +set border 3 +#set padding 0 25 0 0 this was for a bar at the top but can't get one to the top +set bgcolor #fa1ef3 +set fwcolor #fc51f7 +set fgcolor #ffffff +set barborder 0 +bind space exec xterm |