mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Switch browser to firefox
This commit is contained in:
parent
f34f95efeb
commit
8c7e540835
2 changed files with 5 additions and 5 deletions
|
|
@ -16,7 +16,7 @@
|
|||
bind = SUPER, R, exec, rofi -show drun
|
||||
bind = SUPER, RETURN, exec, kitty
|
||||
bind = SUPER, V, exec, clipboard
|
||||
bind = SUPER, B, exec, brave
|
||||
bind = SUPER, B, exec, firefox
|
||||
bind = SUPER, F, exec, nemo
|
||||
bind = SUPER, C, exec, codium
|
||||
|
||||
|
|
@ -73,9 +73,9 @@
|
|||
# Control media
|
||||
${
|
||||
let
|
||||
play-pause = "playerctl --ignore-player=brave play-pause";
|
||||
play-next = "playerctl --ignore-player=brave next";
|
||||
play-previous = "playerctl --ignore-player=brave previous";
|
||||
play-pause = "playerctl --ignore-player=firefox play-pause";
|
||||
play-next = "playerctl --ignore-player=firefox next";
|
||||
play-previous = "playerctl --ignore-player=firefox previous";
|
||||
mute = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
|
||||
volume-up = "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+";
|
||||
volume-down = "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-";
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
home.packages = [
|
||||
pkgs.fastfetch
|
||||
|
||||
pkgs.brave
|
||||
pkgs.cinnamon.nemo-with-extensions
|
||||
pkgs.jetbrains.idea-community
|
||||
pkgs.vlc
|
||||
|
|
@ -36,5 +35,6 @@
|
|||
wrappers.marktext
|
||||
wrappers.webcord
|
||||
(wrappers.kitty { inherit (config.myConfig) theme; })
|
||||
wrappers.firefox
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue