Swap librewolf-bin for Chromium

This commit is contained in:
Abdulmujeeb Raji 2023-04-12 17:57:04 +01:00
parent 011a5f8658
commit 5540778db0
3 changed files with 14 additions and 4 deletions

View file

@ -46,7 +46,17 @@
"tooltip": "Hostname: ",
"tooltip_command": "%hostname%"
},
"right-spacing_wifitomem": {
"right-spacing_wifitobat": {
"spacing_start": 0,
"spacing_end": 20
},
"right-label_bat": {
"text": ": ",
"command": "acpi -b | awk '{print $4}' | sed 's/,//'",
"tooltip": "Battery is ",
"tooltip_command": "acpi -b | awk '{print $3}' | sed 's/,//'"
},
"right-spacing_battomem": {
"spacing_start": 0,
"spacing_end": 20
},

View file

@ -91,7 +91,7 @@ gestures {
$mainMod = SUPER
bind = $mainMod, Return, exec, kitty
bind = $mainMod, B, exec, librewolf
bind = $mainMod, B, exec, chromium
bind = $mainMod, G, exec, steam
bind = $mainMod, D, exec, webcord-git
bind = $mainMod, F, exec, kitty joshuto

View file

@ -4,10 +4,10 @@ sudo pacman -S rustup
rustup default stable
which paru || (git clone https://aur.archlinux.org/paru.git && cd paru && makepkg -si)
paru -Syu helix kitty qt6ct nwg-look-bin pamixer pavucontrol wlogout bashtop \
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 librewolf-bin steam wine gamescope wl-clipboard fzf zoxide joshuto sxiv
webcord-git-screenshare chromium steam wine gamescope wl-clipboard fzf zoxide joshuto sxiv
sudo usermod -aG seat $USER
sudo echo $USER >> /etc/shutdown.allow