Posts: 142
0day
Joined: 10 Aug 2013
#1
install the following packages :
evilwm evilvte acpi xbattbar

create the following file in your home :
.evilwmrc

Code: Select all

#Simple configuration for EvilWM
term evilvte
snap 10
bw 2
fg #cccccc
fc #6699cc
mask1 mod4
altmask shift
bg #999999
fn terminus:pixelsize=8

insert :

Code: Select all

xsetroot -cursor_name left_ptr
in /home/__user__/.desktop-session/desktop-session.conf


insert :

Code: Select all

xbattbar -a -c right &
in /home/__user__/.desktop-session/startup


end; something to improve?
Posts: 1
PackRat
Joined: 04 Aug 2016
#2
Looks pretty good.

Since evilwm only has the built-in keybindings for window control (move, close, resize etc ...) I find it useful to also run a key grabber like xbindkeys or sxhkd ( search Arch wiki for git page) so that I can have keybindings for common applications or dmenu.
Posts: 142
0day
Joined: 10 Aug 2013
#3
thanks!
Posts: 142
0day
Joined: 10 Aug 2013
#4
or replace term EvilVTE with term gexec in .evilwm rc file to have a run command..