2025-01-02 15:21 : id 82
This commit is contained in:
parent
d91070099f
commit
3b2794ea5a
@ -415,9 +415,6 @@ in
|
||||
set clipboard=unnamedplus
|
||||
set relativenumber
|
||||
'';
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
chadtree
|
||||
];
|
||||
};
|
||||
bash = {
|
||||
enable = true;
|
||||
@ -481,14 +478,14 @@ in
|
||||
background = [
|
||||
{
|
||||
path = "screenshot";
|
||||
blur_passes = 4;
|
||||
blur_size = 7;
|
||||
blur_passes = 2;
|
||||
blur_size = 10;
|
||||
}
|
||||
];
|
||||
|
||||
image = [
|
||||
{
|
||||
path = "/home/deadvey/pictures/pfp.png";
|
||||
path = "$HOME/pictures/pfp.png";
|
||||
size = 220;
|
||||
rounding = -1;
|
||||
border_size = 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user