~rdwm -> rxinit

Restart via xinit instead of dwm. More applicable to multiple desktop environments
This commit is contained in:
dx
2020-06-10 12:37:48 +01:00
parent 5bbce8e03c
commit 319194ea02
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
#!/bin/bash
killall dwm;

3
Scripts/.local/scripts/rxinit Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
killall xinit;