Update
This commit is contained in:
@@ -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
@@ -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
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
_getHeader "$name" "$author"
|
||||
|
||||
sel=""
|
||||
_getConfSelector environment.conf environments
|
||||
_getConfEditor environment.conf $sel
|
||||
_reloadModule
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
_getHeader "$name"
|
||||
@@ -0,0 +1,3 @@
|
||||
name="Monitor"
|
||||
order=01
|
||||
author="Stephan Raabe ML4W"
|
||||
+7
@@ -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
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
_getHeader "$name" "$author"
|
||||
|
||||
sel=""
|
||||
_getConfSelector windowrule.conf windowrules
|
||||
_getConfEditor windowrule.conf $sel
|
||||
_reloadModule
|
||||
Reference in New Issue
Block a user