Commit 4e9f9af8 authored by Dylan Araps's avatar Dylan Araps

revert previous commit

parent 2429cb86
...@@ -1715,7 +1715,7 @@ get_term() { ...@@ -1715,7 +1715,7 @@ get_term() {
} }
get_term_font() { get_term_font() {
((term_run != 1)) && get_term 2>/dev/null ((term_run != 1)) && get_term
case "$term" in case "$term" in
"alacritty"*) "alacritty"*)
...@@ -3785,7 +3785,7 @@ get_term_padding() { ...@@ -3785,7 +3785,7 @@ get_term_padding() {
# #
# Note: This issue only seems to affect # Note: This issue only seems to affect
# URxvt. # URxvt.
((term_run != 1)) && get_term 2>/dev/null ((term_run != 1)) && get_term
case "$term" in case "$term" in
"URxvt"*) "URxvt"*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment