Remove ferdium
Add teams-for-linux to replace, add whatsapp web and discord to bookmarks Replace ferdium binds and rules
This commit is contained in:
parent
59e01a0d9f
commit
cc5f97aa9e
|
@ -49,7 +49,6 @@
|
||||||
homeModules = [
|
homeModules = [
|
||||||
./home/accounts/default.nix
|
./home/accounts/default.nix
|
||||||
./home/emacs/default.nix
|
./home/emacs/default.nix
|
||||||
./home/ferdium/default.nix
|
|
||||||
./home/hyprland/default.nix
|
./home/hyprland/default.nix
|
||||||
./home/alacritty.nix
|
./home/alacritty.nix
|
||||||
./home/default.nix
|
./home/default.nix
|
||||||
|
|
|
@ -114,7 +114,7 @@ in ''
|
||||||
bind = SUPER ALT, A, exec, [workspace 4] alacritty -e khal interactive
|
bind = SUPER ALT, A, exec, [workspace 4] alacritty -e khal interactive
|
||||||
bind = SUPER ALT, F, exec, [workspace 5] thunar
|
bind = SUPER ALT, F, exec, [workspace 5] thunar
|
||||||
bind = SUPER ALT, S, exec, [workspace 6] alacritty -e ncspot
|
bind = SUPER ALT, S, exec, [workspace 6] alacritty -e ncspot
|
||||||
bind = SUPER ALT, C, exec, [workspace 7] ferdium
|
bind = SUPER ALT, C, exec, [workspace 7] signal-desktop
|
||||||
bind = SUPER ALT, R, exec, [workspace 8] remmina
|
bind = SUPER ALT, R, exec, [workspace 8] remmina
|
||||||
bind = SUPER ALT, G, exec, [workspace 9] steam
|
bind = SUPER ALT, G, exec, [workspace 9] steam
|
||||||
|
|
||||||
|
@ -243,7 +243,7 @@ in ''
|
||||||
bind = SUPER SHIFT, C, movetoworkspace, 7
|
bind = SUPER SHIFT, C, movetoworkspace, 7
|
||||||
windowrule = workspace 7 silent,(Signal)
|
windowrule = workspace 7 silent,(Signal)
|
||||||
windowrule = workspace 7 silent,(fractal)
|
windowrule = workspace 7 silent,(fractal)
|
||||||
windowrule = workspace 7 silent,(Ferdium)
|
windowrule = workspace 7 silent,(teams-for-linux)
|
||||||
|
|
||||||
# 8: [r]emote
|
# 8: [r]emote
|
||||||
bind = SUPER, R, moveworkspacetomonitor, 8 current
|
bind = SUPER, R, moveworkspacetomonitor, 8 current
|
||||||
|
@ -286,6 +286,6 @@ in ''
|
||||||
exec-once = kidex
|
exec-once = kidex
|
||||||
exec-once = ${pkgs.dex}/bin/dex --autostart
|
exec-once = ${pkgs.dex}/bin/dex --autostart
|
||||||
exec-once = emacs
|
exec-once = emacs
|
||||||
exec-once = ferdium
|
exec-once = firefox
|
||||||
exec-once = signal-desktop
|
exec-once = signal-desktop
|
||||||
''
|
''
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
signal-desktop
|
signal-desktop
|
||||||
fractal
|
fractal
|
||||||
|
teams-for-linux
|
||||||
libreoffice
|
libreoffice
|
||||||
zotero
|
zotero
|
||||||
minesweep-rs
|
minesweep-rs
|
||||||
|
|
|
@ -77,6 +77,14 @@
|
||||||
name = "NextCloud";
|
name = "NextCloud";
|
||||||
url = "https://cloud.xenia.me.uk/";
|
url = "https://cloud.xenia.me.uk/";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "WhatsApp Web";
|
||||||
|
url = "https://web.whatsapp.com/";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "Discord";
|
||||||
|
url = "https://discord.com/app";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "Wikis";
|
name = "Wikis";
|
||||||
children = [
|
children = [
|
||||||
|
|
Loading…
Reference in a new issue