mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Change firefox to librewolf
This commit is contained in:
parent
9323b13307
commit
2a7c51f3ae
@ -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" }),
|
||||
|
||||
@ -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" }),
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -3,8 +3,6 @@ typeset -U PATH path
|
||||
# Disable files
|
||||
export LESSHISTFILE=-
|
||||
|
||||
export $(dbus-launch)
|
||||
|
||||
# Default Apps
|
||||
export EDITOR="nvim"
|
||||
export VISUAL="nvim"
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user