Change firefox to librewolf

This commit is contained in:
Kristofers Solo 2022-08-01 20:28:19 +03:00
parent 9323b13307
commit 2a7c51f3ae
5 changed files with 9 additions and 12 deletions

View File

@ -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" }),

View File

@ -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" }),

View File

@ -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;

View File

@ -3,8 +3,6 @@ typeset -U PATH path
# Disable files
export LESSHISTFILE=-
export $(dbus-launch)
# Default Apps
export EDITOR="nvim"
export VISUAL="nvim"

View File

@ -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