switch to avizo for xf86 buttons
This commit is contained in:
parent
2e186237ee
commit
9c40a693e8
9 changed files with 151 additions and 224 deletions
|
@ -9,6 +9,7 @@
|
|||
in {
|
||||
config.ezConf = {
|
||||
"qtile/autostart.sh" = ../dots/qtile/autostart.sh;
|
||||
"qtile/lib.py" = ../dots/qtile/lib.py;
|
||||
};
|
||||
config.extraTarget = ["qtile-session.target"];
|
||||
config.xdg.configFile."qtile/config.py" = {
|
||||
|
@ -19,6 +20,7 @@ in {
|
|||
with pkgs.rice; (builtins.replaceStrings
|
||||
[
|
||||
"#GAPS"
|
||||
"#SINGLE_GAP"
|
||||
"#BORDERWIDTH"
|
||||
"#BORDERFOCUS"
|
||||
"#BORDERCOL"
|
||||
|
@ -29,6 +31,7 @@ in {
|
|||
]
|
||||
[
|
||||
(builtins.toString borders.gaps_in)
|
||||
(builtins.toString borders.gaps_out)
|
||||
(builtins.toString borders.thickness)
|
||||
bright.yellow
|
||||
normal.black
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue