This commit is contained in:
Stephan Raabe
2023-12-18 20:33:29 +01:00
parent 16abb6cdf2
commit 0607296848
55 changed files with 656 additions and 251 deletions
+3
View File
@@ -0,0 +1,3 @@
name="System"
order=2
author="Stephan Raabe ML4W"
@@ -0,0 +1,3 @@
name="Custom"
order=10
author="Stephan Raabe ML4W"
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
_getHeader "$name" "$author"
vim ~/dotfiles/hypr/conf/custom.conf
_goBack
@@ -0,0 +1,3 @@
name="Environment"
order=05
author="Stephan Raabe ML4W"
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
_getHeader "$name" "$author"
sel=""
_getConfSelector environment.conf environments
_getConfEditor environment.conf $sel
_reloadModule
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
_getHeader "$name"
@@ -0,0 +1,3 @@
name="Monitor"
order=01
author="Stephan Raabe ML4W"
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
_getHeader "$name" "$author"
sel=""
_getConfSelector monitor.conf monitors
_getConfEditor monitor.conf $sel
_reloadModule
@@ -0,0 +1,4 @@
name="Windowrules"
order=09
author="Stephan Raabe ML4W"
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
_getHeader "$name" "$author"
sel=""
_getConfSelector windowrule.conf windowrules
_getConfEditor windowrule.conf $sel
_reloadModule