diff --git a/files/awesome/rc.lua b/files/awesome/rc.lua index 31e683c..f3ee515 100644 --- a/files/awesome/rc.lua +++ b/files/awesome/rc.lua @@ -61,9 +61,9 @@ local theme = beautiful.get() -- @DOC_DEFAULT_APPLICATIONS@ -- This is used later as the default terminal and editor to run. -terminal = "xst" -editor = "kak" -browser = "icecat" +terminal = os.getenv("TERMINAL") +editor = os.getenv("EDITOR") +browser = os.getenv("BROWSER") editor_cmd = terminal.." -e "..editor file_manager = terminal.." -g 137x31-320+16 -c Lf -e /home/radio/.local/bin/lf/lfrun" irc_client = terminal.." -g 137x31-320+16 -c Weechat -e weechat" diff --git a/home-environments/radio.scm b/home-environments/radio.scm index a8a5997..2888451 100644 --- a/home-environments/radio.scm +++ b/home-environments/radio.scm @@ -21,7 +21,6 @@ #:use-module (gnu packages gnome) #:use-module (gnu packages gnu-doc) #:use-module (gnu packages gnupg) - #:use-module (gnu packages gnuzilla) #:use-module (gnu packages guile-xyz) #|I|# #:use-module (gnu packages image-viewers) #|L|# #:use-module (gnu packages linux) @@ -107,7 +106,6 @@ #|gnome |# adwaita-icon-theme #|gnu-doc |# gnu-standards #|gnupg |# gnupg pinentry - #|gnuzilla |# icecat #|guile-xyz |# haunt #|image-viewers |# imv #|linux |# alsa-utils @@ -122,7 +120,7 @@ #|suckless |# xst #|syndication |# newsraft #|telegram |# telegram-desktop - #|tor |# torbrowser + #|tor-browsers |# mullvadbrowser torbrowser #|toys |# oneko #|vesion-control|# git #|video |# ffmpeg mpv yt-dlp @@ -147,7 +145,7 @@ (service home-xdg-mime-applications-service-type (home-xdg-mime-applications-configuration (default (associate-right - ('icecat.desktop + ('mullvadbrowser.desktop `("text/html" "application/xhtml+xml" "application/x-extension-htm" @@ -322,7 +320,7 @@ ("LC_COLLATE" . "C") #|Default applications|# - ("BROWSER" . "icecat") + ("BROWSER" . "mullvadbrowser") ("EDITOR" . "kak") ("FCEDIT" . "kak") ("PAGER" . "less")