adding a lot of script changes

This commit is contained in:
Chris Cochrun 2021-08-17 20:39:50 -05:00
parent 161abbf381
commit d25a75a078
15 changed files with 237 additions and 406 deletions

View file

@ -44,11 +44,13 @@ sub get_de {
my $de = $ENV{XDG_CURRENT_DESKTOP};
unless ($de) { $de = $ENV{XDG_SESSION_DESKTOP} };
unless ($de) { $de = $ENV{DESKTOP_SESSION} };
return $de;
# return $de;
return "river";
}
sub shell {
return (split '/', $ENV{SHELL})[-1];
# return (split '/', $ENV{SHELL})[-1];
return "fish";
}
sub kernel {