-
Notifications
You must be signed in to change notification settings - Fork 357
Expand file tree
/
Copy pathhyprland-dotfiles.dotinst
More file actions
113 lines (113 loc) · 2.22 KB
/
Copy pathhyprland-dotfiles.dotinst
File metadata and controls
113 lines (113 loc) · 2.22 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
105
106
107
108
109
110
111
112
113
{
"name": "ML4W OS - Dotfiles for Hyprland (ROLLING RELEASE)",
"id": "com.ml4w.dotfiles",
"description": "Advanced configuration for the dynamic tiling window manager Hyprland.",
"version":"2.14.1",
"author": "Stephan Raabe",
"homepage": "https://ml4w.com/os/",
"dependencies": "https://ml4w.com/os/getting-started/dependencies",
"source": "https://github.com/mylinuxforwork/dotfiles.git",
"subfolder": "dotfiles",
"restore":[
{
"title":"ML4W OS Settings",
"source":".config/ml4w/settings",
"value":true
},
{
"title":"Input",
"source":".config/hypr/input.lua",
"value":true
},
{
"title":"Gestures",
"source":".config/hypr/gesture.lua",
"value":true
},
{
"title":"Monitor Setup (NWG Displays)",
"source":".config/hypr/monitors.lua",
"value":true
},
{
"title":"Hyprland GUI (HyprMod)",
"source":".config/hypr/hyprland-gui.lua",
"value":true
},
{
"title":"Monitor Variant",
"source":".config/hypr/conf/monitor.lua",
"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.lua",
"value":true
},
{
"title":"Environment",
"source":".config/hypr/conf/environment.lua",
"value":true
},
{
"title":"Layout",
"source":".config/hypr/conf/layout.lua",
"value":true
},
{
"title":"Windowrules",
"source":".config/hypr/conf/windowrule.lua",
"value":true
},
{
"title":"Animation",
"source":".config/hypr/conf/animation.lua",
"value":true
},
{
"title":"Decoration",
"source":".config/hypr/conf/decoration.lua",
"value":true
},
{
"title":"Window",
"source":".config/hypr/conf/window.lua",
"value":true
},
{
"title":"Workspaces",
"source":".config/hypr/workspaces.lua",
"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
}
]
}