Add udev rules
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
89b38bdb70
commit
2a6d463ddf
6 changed files with 26 additions and 5 deletions
|
@ -16,7 +16,7 @@ opacity-rule = [ "85:class_g = 'Termite'" ];
|
|||
# Performance improvements
|
||||
unredir-if-possible = true;
|
||||
backend = "glx";
|
||||
glx-no-stencil = false;
|
||||
glx-no-stencil = true;
|
||||
glx-copy-from-front = false;
|
||||
glx-swap-method = "undefined";
|
||||
refresh-rate = 0;
|
||||
|
|
|
@ -196,10 +196,10 @@ scroll-down = light -U 5
|
|||
type = internal/network
|
||||
interface = wlp3s0
|
||||
|
||||
format-connected = %{A1:wicd-client -n &:}<ramp-signal> <label-connected>%{A}
|
||||
format-connected = <ramp-signal> <label-connected>
|
||||
label-connected = %essid%
|
||||
|
||||
format-disconnected = %{A1:wicd-client -n &:}<label-disconnected>%{A}
|
||||
format-disconnected = <label-disconnected>
|
||||
label-disconnected = Disconnected
|
||||
|
||||
ramp-signal-0 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue