From 1a88619245a2e4beb1156792b8603159aaec1a63 Mon Sep 17 00:00:00 2001 From: bh Date: Sat, 10 Jan 2026 17:51:14 +0800 Subject: Made Firefox the default browser --- bspwm/.config/bspwm/bspwmrc | 2 +- mpd/.config/mpd/log | 2 ++ mpd/.config/mpd/pid | 2 +- sxhkd/.config/sxhkd/sxhkdrc | 2 +- zsh/.zshrc | 3 +++ 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 14e1036..cd18374 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -64,7 +64,7 @@ feh --bg-fill /home/bh/Pictures/Wallpapers/TealNebula.jpg & # Wallpaper # bspc rule -a "kitty" desktop=^1 follow=on # Only Opens Kitty in Desktop 1 bspc rule -a "firefox" desktop=^2 follow=on # Only Opens Firefox in Desktop 2 -bspc rule -a "zen" desktop=^2 follow=on # Only Opens Zen-Browser in Desktop 2 +# bspc rule -a "zen" desktop=^2 follow=on # Only Opens Zen-Browser in Desktop 2 bspc rule -a "Emacs" desktop=^3 follow=on # Only Opens Emacs in Desktop 3 diff --git a/mpd/.config/mpd/log b/mpd/.config/mpd/log index d115f5b..6ffd915 100644 --- a/mpd/.config/mpd/log +++ b/mpd/.config/mpd/log @@ -389,3 +389,5 @@ 2025-12-22T00:35:19 player: played "The Beatles/08 - Sgt. Pepper's Lonely Hearts Club Band/09 - When I'm Sixty-Four.flac" 2025-12-31T12:06:35 player: played "The Beatles/08 - Sgt. Pepper's Lonely Hearts Club Band/02 - With A Little Help From My Friends.flac" 2026-01-04T16:12:00 player: played "The Beatles/08 - Sgt. Pepper's Lonely Hearts Club Band/02 - With A Little Help From My Friends.flac" +2026-01-08T20:41:01 player: played "The Beatles/08 - Sgt. Pepper's Lonely Hearts Club Band/02 - With A Little Help From My Friends.flac" +2026-01-09T19:00:39 player: played "The Beatles/08 - Sgt. Pepper's Lonely Hearts Club Band/02 - With A Little Help From My Friends.flac" diff --git a/mpd/.config/mpd/pid b/mpd/.config/mpd/pid index b7f96df..8966a60 100644 --- a/mpd/.config/mpd/pid +++ b/mpd/.config/mpd/pid @@ -1 +1 @@ -862 +1147 diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index b451421..89b294d 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -159,7 +159,7 @@ super + alt + Return kitty --class floating # Floating Terminal super + w - zen-browser # Browser + firefox # Browser super + d rofi -modi drun -show drun -config ~/.config/rofi/rofidmenu.rasi # Application Launcher diff --git a/zsh/.zshrc b/zsh/.zshrc index 3c5d65d..61ee7c5 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -176,3 +176,6 @@ alias rm="rm -i" # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh + +# Created by `pipx` on 2026-01-07 01:53:19 +export PATH="$PATH:/home/bh/.local/bin" -- cgit v1.2.3