diff --git a/.config/awesome/desktop/rc.lua b/.config/awesome/desktop/rc.lua index 9298db2b..3ac9e797 100644 --- a/.config/awesome/desktop/rc.lua +++ b/.config/awesome/desktop/rc.lua @@ -417,8 +417,8 @@ globalkeys = gears.table.join( -- awful.key({ modkey, "Control" }, "q", awesome.quit, -- {description = "quit awesome", group = "awesome"}), awful.key({ modkey }, "b", function() - awful.spawn("firefox") - end, { description = "open firefox", group = "launcher" }), + awful.spawn("librewolf") + end, { description = "open librewolf", group = "launcher" }), awful.key({ modkey }, "n", function() awful.spawn("spacefm") end, { description = "open spacefm", group = "launcher" }), diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 057e6454..03f171c9 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -404,8 +404,8 @@ globalkeys = gears.table.join( -- awful.key({ modkey, "Control" }, "q", awesome.quit, -- {description = "quit awesome", group = "awesome"}), awful.key({ modkey }, "b", function() - awful.spawn("firefox") - end, { description = "open firefox", group = "launcher" }), + awful.spawn("librewolf") + end, { description = "open librewolf", group = "launcher" }), awful.key({ modkey }, "n", function() awful.spawn("spacefm") end, { description = "open spacefm", group = "launcher" }), diff --git a/.config/mimeapps.list b/.config/mimeapps.list index c3bdc528..beeab41f 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -1,10 +1,9 @@ [Default Applications] -text/html=firefox.desktop; +text/html=text.desktop; text/py=text.desktop; x-scheme-handler/http=firefox.desktop; x-scheme-handler/https=firefox.desktop; x-scheme-handler/about=firefox.desktop; -x-scheme-handler/unknown=firefox.desktop; x-scheme-handler/tg=userapp-Telegram Desktop-M1D2M1.desktop x-scheme-handler/msteams=teams.desktop; application/pdf=pdf.desktop; @@ -22,7 +21,7 @@ video/mpv=mpv.desktop; audio/mpeg=mpv.desktop; application/octet-stream=mpv.desktop inode/directory=spacefm.desktop -text/plain=nvim.desktop; +text/plain=text.desktop; x-scheme-handler/mailto=userapp-Thunderbird-6X6NN1.desktop message/rfc822=userapp-Thunderbird-6X6NN1.desktop x-scheme-handler/mid=userapp-Thunderbird-6X6NN1.desktop @@ -31,8 +30,8 @@ application/vnd.openxmlformats-officedocument.wordprocessingml.document=onlyoffi [Added Associations] x-scheme-handler/tg=userapp-Telegram Desktop-M1D2M1.desktop; -text/plain=nvim.desktop; -image/heif=nsxiv.desktop; +text/plain=text.desktop; +image/heif=img.desktop; x-scheme-handler/mailto=userapp-Thunderbird-6X6NN1.desktop; x-scheme-handler/mid=userapp-Thunderbird-6X6NN1.desktop; video/mpeg=mpv.desktop; diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index 3d99c8cc..ef32524f 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -3,8 +3,6 @@ typeset -U PATH path # Disable files export LESSHISTFILE=- -export $(dbus-launch) - # Default Apps export EDITOR="nvim" export VISUAL="nvim" diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 5293edfc..e2cf91c2 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -119,7 +119,7 @@ bindkey -M vicmd '^[[P' vi-delete-char bindkey -M vicmd '^e' edit-command-line bindkey -M visual '^[[P' vi-delete -bindkey -s '^n' '^unvim .\n' +bindkey -s '^n' '^uv .\n' source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null