Skip to content

Commit

Permalink
Migrate firefox -> floorp
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed May 3, 2024
1 parent f90f83a commit 7a99aba
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 78 deletions.
2 changes: 1 addition & 1 deletion home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
./neofetch
./picom
./dunst
./firefox
./qtile
./thunar
./tmux
Expand Down Expand Up @@ -50,6 +49,7 @@
# messaging
discord
teams-for-linux
floorp

# dev
gnumake
Expand Down
2 changes: 1 addition & 1 deletion home/dunst/settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
global = {
alignment = "left";
always_run_script = true;
browser = "${pkgs.firefox-devedition-bin}";
browser = "${pkgs.floorp}/bin/floorp";

font = "JetBrainsMono Nerd Font Mono 10";
frame_color = "#8AADF4";
Expand Down
26 changes: 0 additions & 26 deletions home/firefox/default.nix

This file was deleted.

27 changes: 0 additions & 27 deletions home/firefox/extra_policies.nix

This file was deleted.

22 changes: 0 additions & 22 deletions home/firefox/search.nix

This file was deleted.

2 changes: 1 addition & 1 deletion home/qtile/src/core/keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def toggle_keypad(control: int, state: bool):
Key([mod, "shift"], "v", lazy.spawn("pavucontrol")),
Key([mod], "l", lazy.spawn("betterlockscreen -l")),
Key([mod], "f", lazy.window.toggle_floating()),
Key([mod], "b", lazy.spawn("firefox")),
Key([mod], "b", lazy.spawn("floorp")),
Key([], "Print", lazy.spawn("flameshot gui --clipboard")),
Key([mod], "space", lazy.layout.next()),
Key([mod, "shift"], "h", lazy.layout.shuffle_left()),
Expand Down

0 comments on commit 7a99aba

Please sign in to comment.