Skip to content

Commit

Permalink
firefox new default
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Aug 28, 2024
1 parent a6813f5 commit a9f99f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESK
source = ~/.config/hypr/mocha.conf

exec-once = [workspace special] alacritty
exec-once = [workspace 1] google-chrome-stable --proxy-pac-url="data:application/x-javascript-config;base64,$(base64 -w0 $HOME/.ssh/proxy.pac)"
exec-once = [workspace 1] firefox
exec-once = [workspace 2] google-chrome-stable --proxy-pac-url="data:application/x-javascript-config;base64,$(base64 -w0 $HOME/.ssh/proxy.pac)"
exec-once = [workspace 3] GDK_SCALE=2 discord
#exec-once = [workspace 5] ANKI_WEBSCALE=2 anki

Expand Down

0 comments on commit a9f99f5

Please sign in to comment.