-
Notifications
You must be signed in to change notification settings - Fork 340
Expand file tree
/
Copy pathhyprland-dotfiles-stable.dotinst
More file actions
104 lines (104 loc) · 2.06 KB
/
hyprland-dotfiles-stable.dotinst
File metadata and controls
104 lines (104 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "ML4W OS - Dotfiles for Hyprland (STABLE RELEASE)",
"id": "com.ml4w.dotfiles.stable",
"description": "Advanced configuration for the dynamic tiling window manager Hyprland",
"version":"2.12.2",
"author": "Stephan Raabe",
"homepage": "https://ml4w.com/os/",
"dependencies": "https://ml4w.com/os/getting-started/dependencies",
"source": "https://github.com/mylinuxforwork/dotfiles.git",
"tag":"2.12.2",
"subfolder": "dotfiles",
"restore":[
{
"title":"ML4W Settings",
"source":".config/ml4w/settings",
"value":true
},
{
"title":"Keyboard",
"source":".config/hypr/conf/keyboard.conf",
"value":true
},
{
"title":"Monitor",
"source":".config/hypr/conf/monitor.conf",
"value":true
},
{
"title":"NWG-Displays",
"source":".config/hypr/monitors.conf",
"value":true
},
{
"title":"Waypaper",
"source":".config/waypaper",
"value":true
},
{
"title":"Hyprsunset",
"source":".config/hypr/hyprsunset.conf",
"value":true
},
{
"title":"Hypridle",
"source":".config/hypr/hypridle.conf",
"value":true
},
{
"title":"Keybindings",
"source":".config/hypr/conf/keybinding.conf",
"value":true
},
{
"title":"Environment",
"source":".config/hypr/conf/environment.conf",
"value":true
},
{
"title":"Layout",
"source":".config/hypr/conf/layout.conf",
"value":true
},
{
"title":"Windowrules",
"source":".config/hypr/conf/windowrule.conf",
"value":true
},
{
"title":"Animation",
"source":".config/hypr/conf/animation.conf",
"value":true
},
{
"title":"Decoration",
"source":".config/hypr/conf/decoration.conf",
"value":true
},
{
"title":"Window",
"source":".config/hypr/conf/window.conf",
"value":true
},
{
"title":"Your custom configuration",
"source":".config/hypr/conf/custom.conf",
"value":true
},
{
"title":"GTK 3",
"source":".config/gtk-3.0",
"value":true
},
{
"title":"GTK 4",
"source":".config/gtk-4.0",
"value":true
},
{
"title":"GTK 2",
"source":".gtkrc-2.0",
"value":true
}
]
}