Change browser to Firefox

Whoever's maintaining Chromium needs to pattern up. Shit made me use fsck
10 times in a row
This commit is contained in:
Abdulmujeeb Raji 2023-05-18 19:41:31 +01:00
parent e8be745d86
commit 5319373a1f
3 changed files with 14 additions and 18 deletions

View file

@ -35,21 +35,6 @@
"tooltip": "Epoch Time: ",
"tooltip_command": "date +%s"
},
"right-button_wifi": {
"text": "󰖩 ",
"command": "kitty nmtui",
"tooltip": "Click to edit WiFi"
},
"right-label_wifiname": {
"text": "",
"command": "nmcli -t -f active,ssid dev wifi | grep -E '^yes' | cut -d\\: -f2",
"tooltip": "Hostname: ",
"tooltip_command": "%hostname%"
},
"right-spacing_wifitobat": {
"spacing_start": 0,
"spacing_end": 20
},
"right-label_bat": {
"text": ": ",
"command": "acpi -b | head -n 1 | awk '{print $4}' | sed 's/,//'",
@ -74,7 +59,15 @@
"text": "/",
"command": "%total_mem%"
},
"right-spacing_memtovolume": {
"right-spacing_memtobrightness": {
"spacing_start": 0,
"spacing_end": 20
},
"right-label_brightness": {
"text": "󰃠 ",
"command": "pkexec /usr/bin/brillo"
},
"right-spacing_brightnesstovolume": {
"spacing_start": 0,
"spacing_end": 20
},

View file

@ -90,7 +90,7 @@ gestures {
$mainMod = SUPER
bind = $mainMod, Return, exec, kitty
bind = $mainMod, B, exec, chromium
bind = $mainMod, B, exec, firefox
bind = $mainMod, G, exec, steam
bind = $mainMod, D, exec, webcord-git
bind = $mainMod, F, exec, kitty joshuto
@ -112,6 +112,9 @@ bind = , XF86AudioRaiseVolume, exec, pamixer -i 10
bind = , XF86AudioLowerVolume, exec, pamixer -d 10
bind = , XF86AudioMute, exec, pamixer -t
bind = , XF86MonBrightnessUp, exec, brillo -A 5
bind = , XF86MonBrightnessDown, exec, brillo -U 5
bind = $mainMod, L, exec, wlogout
# Move focus with mainMod + arrow keys

View file

@ -7,7 +7,7 @@ which paru || (git clone https://aur.archlinux.org/paru.git && cd paru && makepk
paru -Syu helix kitty qt6ct nwg-look-bin pamixer pavucontrol wlogout bashtop acpi \
xdg-desktop-portal-hyprland-git polkit-kde-agent qt6-wayland ttf-dejavu ttf-dejavu-nerd \
hyprland hybrid-bar wofi hyprpaper grim slurp cliphist udiskie swaylock swayidle libappindicator-gtk3 \
webcord-git-screenshare chromium steam wine gamescope wl-clipboard fzf zoxide joshuto sxiv
webcord-git-screenshare firefox steam wine gamescope wl-clipboard fzf zoxide joshuto sxiv brillo noto-fonts-emoji
sudo usermod -aG seat $USER
sudo echo $USER >> /etc/shutdown.allow