changed Pictures path to capitalized
This commit is contained in:
@@ -112,8 +112,8 @@ in
|
|||||||
"${mod} SHIFT, 8, movetoworkspace, 8"
|
"${mod} SHIFT, 8, movetoworkspace, 8"
|
||||||
"${mod} SHIFT, 9, movetoworkspace, 9"
|
"${mod} SHIFT, 9, movetoworkspace, 9"
|
||||||
"${mod} SHIFT, 0, movetoworkspace, 10"
|
"${mod} SHIFT, 0, movetoworkspace, 10"
|
||||||
"${mod}, F3, exec, grimblast save area ~/Pictures/screenshots/$(date +'%Y-%m-%d_%H-%M-%S').png"
|
"${mod}, F3, exec, grimblast save area ~/Pictures/Screenshots/$(date +'%Y-%m-%d_%H-%M-%S').png"
|
||||||
"${mod} SHIFT, F3, exec, grimblast save screen ~/Pictures/screenshots/$(date +'%Y-%m-%d_%H-%M-%S').png"
|
"${mod} SHIFT, F3, exec, grimblast save screen ~/Pictures/Screenshots/$(date +'%Y-%m-%d_%H-%M-%S').png"
|
||||||
];
|
];
|
||||||
binde = [
|
binde = [
|
||||||
"${mod} SHIFT, h, moveactive, -20 0"
|
"${mod} SHIFT, h, moveactive, -20 0"
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
wireplumber.enable = true;
|
||||||
lowLatency = {
|
lowLatency = {
|
||||||
enable = true;
|
enable = true;
|
||||||
quantum = 64;
|
quantum = 64;
|
||||||
|
|||||||
@@ -69,10 +69,10 @@ in
|
|||||||
};
|
};
|
||||||
folders = {
|
folders = {
|
||||||
cache = mkMobile "~/Downloads/cache/";
|
cache = mkMobile "~/Downloads/cache/";
|
||||||
friends = mkMobile "~/Pictures/artist/friends/";
|
friends = mkMobile "~/Pictures/Artist/friends/";
|
||||||
forme = mkMobile "~/Pictures/art for me/";
|
forme = mkMobile "~/Pictures/Art for me/";
|
||||||
comfy = mkMobile "~/Development/AI/ComfyUI/output/";
|
comfy = mkMobile "~/Development/AI/ComfyUI/output/";
|
||||||
clean = mkMobile "~/Pictures/unorganized/unified mess/sync";
|
clean = mkMobile "~/Pictures/Unorganized/unified mess/sync";
|
||||||
gdl = {
|
gdl = {
|
||||||
path = "~/.config/jawz/";
|
path = "~/.config/jawz/";
|
||||||
ignorePerms = false;
|
ignorePerms = false;
|
||||||
@@ -105,7 +105,7 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
friend_share = {
|
friend_share = {
|
||||||
path = "~/Pictures/encrypted/friends";
|
path = "~/Pictures/Encrypted/friends";
|
||||||
ignorePerms = false;
|
ignorePerms = false;
|
||||||
type = "sendreceive";
|
type = "sendreceive";
|
||||||
devices = [
|
devices = [
|
||||||
|
|||||||
Reference in New Issue
Block a user