summaryrefslogtreecommitdiff
path: root/.wmii/wmiirc_local
blob: 07d4544305c9d344c40ec9d58c5300fa8c291bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/dash

export WMII_FONT='xft:Monospace-8'
#export WMII_TERM="urxvt"
export WMII_TERM="emacsterm"

. $HOME/.wmii/wmiirc_local.local
. $HOME/.wmii/wmiirc_solarized_dark

# Use Emacs keybindings, not VI
UP=p
DOWN=n
LEFT=b
RIGHT=f

local_events() {
	cat <<'!'
Menu Client-3-Delete-(kill)
	wmiir xwrite /client/$1/ctl kill
Menu Client-3-Kill-(slay)
	wmiir xwrite /client/$1/ctl slay
KeyGroup Client actions
Key $MODKEY-x-1 # Toggle selected client's fullscreen state
	wmiir xwrite /client/sel/ctl Fullscreen toggle
!
}