Switch browser to firefox

This commit is contained in:
SebastianStork 2024-05-31 14:52:23 +02:00
parent f34f95efeb
commit 8c7e540835
2 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
bind = SUPER, R, exec, rofi -show drun bind = SUPER, R, exec, rofi -show drun
bind = SUPER, RETURN, exec, kitty bind = SUPER, RETURN, exec, kitty
bind = SUPER, V, exec, clipboard bind = SUPER, V, exec, clipboard
bind = SUPER, B, exec, brave bind = SUPER, B, exec, firefox
bind = SUPER, F, exec, nemo bind = SUPER, F, exec, nemo
bind = SUPER, C, exec, codium bind = SUPER, C, exec, codium
@ -73,9 +73,9 @@
# Control media # Control media
${ ${
let let
play-pause = "playerctl --ignore-player=brave play-pause"; play-pause = "playerctl --ignore-player=firefox play-pause";
play-next = "playerctl --ignore-player=brave next"; play-next = "playerctl --ignore-player=firefox next";
play-previous = "playerctl --ignore-player=brave previous"; play-previous = "playerctl --ignore-player=firefox previous";
mute = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; mute = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
volume-up = "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+"; volume-up = "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+";
volume-down = "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"; volume-down = "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-";

View file

@ -19,7 +19,6 @@
home.packages = [ home.packages = [
pkgs.fastfetch pkgs.fastfetch
pkgs.brave
pkgs.cinnamon.nemo-with-extensions pkgs.cinnamon.nemo-with-extensions
pkgs.jetbrains.idea-community pkgs.jetbrains.idea-community
pkgs.vlc pkgs.vlc
@ -36,5 +35,6 @@
wrappers.marktext wrappers.marktext
wrappers.webcord wrappers.webcord
(wrappers.kitty { inherit (config.myConfig) theme; }) (wrappers.kitty { inherit (config.myConfig) theme; })
wrappers.firefox
]; ];
} }