dtfscripts: Small polishes

This commit is contained in:
Salt 2018-08-11 17:18:15 -05:00
parent f933f6b726
commit 155e244e68
2 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,4 @@
#!/bin/sh #!/bin/sh
export TERMINAL=konsole export TERMINAL=konsole
# vim:ft=sh

View File

@ -21,6 +21,8 @@
# SOFTWARE. # SOFTWARE.
## Clean up some variables that I use in device-specific scripts ## Clean up some variables that I use in device-specific scripts
# General
unset TERMINAL
# Polybar # Polybar
unset PB_MONITOR unset PB_MONITOR
unset PB_WM_RESTACK unset PB_WM_RESTACK