all repos — dotfiles @ a80c133d3c0d8e121b3ca1c04dfdddc0751c401e

my *nix dotfiles

Add .cwmrc and .xsession

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Thu, 16 Apr 2020 19:54:20 +0530
commit

a80c133d3c0d8e121b3ca1c04dfdddc0751c401e

parent

88288d878cd137364912dc88c6c45da002788f7a

3 files changed, 64 insertions(+), 0 deletions(-)

jump to
A home/.cwmrc

@@ -0,0 +1,43 @@

+# .cwmrc + +sticky yes +snapdist 4 +unbind-key all + +fontname "SF Mono:style=Regular:size=14" + +# groups +bind-key 4-1 group-only-1 +bind-key 4-2 group-only-2 +bind-key 4-3 group-only-3 +bind-key 4-4 group-only-4 +bind-key 4-5 group-only-5 +bind-key 4S-1 window-movetogroup-1 +bind-key 4S-2 window-movetogroup-2 +bind-key 4S-3 window-movetogroup-3 +bind-key 4S-4 window-movetogroup-4 +bind-key 4S-5 window-movetogroup-5 + +# keybinds +bind-key 4-Return 'urxvtc' +bind-key 4-d menu-exec +bind-key M-Tab window-cycle +bind-key MS-Tab window-rcycle +bind-key 4-Tab group-cycle +bind-key 4S-Tab group-rcycle +bind-key 4-f window-maximize +bind-key 4-v window-vtile +bind-key 4-h window-htile +bind-key 4S-q window-close +bind-key 4S-h window-snap-left +bind-key 4S-l window-snap-right +bind-key 4S-r restart +bind-key 4S-e quit +bind-key 4S-k window-vmaximize + +# mousebinds +unbind-mouse all + +bind-mouse 4S-1 window-resize +bind-mouse 4-1 window-move +bind-mouse 4-2 window-lower
A home/.xsession

@@ -0,0 +1,19 @@

+#!/bin/sh + +# _ _ _ +# __ _(_)_ __ (_) |_ _ __ ___ +# \ \/ / | '_ \| | __| '__/ __| +# _ > <| | | | | | |_| | | (__ +#(_)_/\_\_|_| |_|_|\__|_| \___| +# + +setxkbmap -option 'grp:alt_shift_toggle' -layout us,ru -variant ',phonetic' -option 'compose:caps' & +eval "$(gpg-agent --daemon --enable-ssh-support --write-env-file "${HOME}/.gpg-agent-info")" +export LC_CTYPE="en_US.UTF-8" +# sxhkd & +~/.fehbg & +xrdb -l ~/.Xresources & +compton & +urxvtd & +xsetroot -cursor_name left_ptr -solid steelblue & +cwm
M weechat/weechat.confweechat/weechat.conf

@@ -392,6 +392,8 @@ default.buffer = "irc;freenode.#openbsd;8"

default.buffer = "irc;rizon.#crimson;9" default.buffer = "irc;rizon.#rice;10" default.buffer = "irc;rizon.#homescreen;11" +default.buffer = "irc;rizon.eskimo;12" +default.buffer = "irc;rizon.Taigabot;13" default.window = "1;0;0;0;irc;rizon.Carp" default.current = on