Cleanup some more config
Remove music/spotify workspace Remove using firefox by default, remove zathura
This commit is contained in:
parent
e58c8897af
commit
6ccf8f9ca6
|
@ -44,11 +44,9 @@
|
||||||
./home/nyxt/default.nix
|
./home/nyxt/default.nix
|
||||||
./home/alacritty.nix
|
./home/alacritty.nix
|
||||||
./home/default.nix
|
./home/default.nix
|
||||||
./home/firefox.nix
|
|
||||||
./home/kdeconnect.nix
|
./home/kdeconnect.nix
|
||||||
./home/media.nix
|
./home/media.nix
|
||||||
./home/pass.nix
|
./home/pass.nix
|
||||||
./home/zathura.nix
|
|
||||||
];
|
];
|
||||||
stateVersion = "23.05";
|
stateVersion = "23.05";
|
||||||
};
|
};
|
||||||
|
|
|
@ -108,7 +108,7 @@ in ''
|
||||||
bind = SUPER ALT, E, exec, [workspace 2] emacs
|
bind = SUPER ALT, E, exec, [workspace 2] emacs
|
||||||
bind = SUPER ALT, W, exec, [workspace 3] nyxt
|
bind = SUPER ALT, W, exec, [workspace 3] nyxt
|
||||||
bind = SUPER ALT, F, exec, [workspace 4] thunar
|
bind = SUPER ALT, F, exec, [workspace 4] thunar
|
||||||
bind = SUPER ALT, S, exec, [workspace 5] alacritty -e ncspot
|
bind = SUPER ALT, C, exec, [workspace 5] fractal
|
||||||
|
|
||||||
# Misc useful binds
|
# Misc useful binds
|
||||||
bind=,XF86Calculator,exec,rofi -replace -show calc
|
bind=,XF86Calculator,exec,rofi -replace -show calc
|
||||||
|
@ -151,13 +151,13 @@ in ''
|
||||||
windowrule = stayfocused,(org.kde.polkit-kde-authentication-agent-1)
|
windowrule = stayfocused,(org.kde.polkit-kde-authentication-agent-1)
|
||||||
windowrule = float,(pavucontrol)
|
windowrule = float,(pavucontrol)
|
||||||
windowrule = size 800 600,(pavucontrol)
|
windowrule = size 800 600,(pavucontrol)
|
||||||
windowrule = move 100%-820 10%,(pavucontrol)
|
windowrule = move onscreen 100% 7%,(pavucontrol)
|
||||||
windowrule = float,(.blueman-manager-wrapped)
|
windowrule = float,(.blueman-manager-wrapped)
|
||||||
windowrule = size 800 600,(.blueman-manager-wrapped)
|
windowrule = size 800 600,(.blueman-manager-wrapped)
|
||||||
windowrule = move 100%-820 10%,(.blueman-manager-wrapped)
|
windowrule = move onscreen 100% 7%,(.blueman-manager-wrapped)
|
||||||
windowrule = float,(nm-connection-editor)
|
windowrule = float,(nm-connection-editor)
|
||||||
windowrule = size 800 600,(nm-connection-editor)
|
windowrule = size 800 600,(nm-connection-editor)
|
||||||
windowrule = move 100%-820 10%,(nm-connection-editor)
|
windowrule = move onscreen 100% 7%,(nm-connection-editor)
|
||||||
windowrule = float,(.protonvpn-wrapped)
|
windowrule = float,(.protonvpn-wrapped)
|
||||||
windowrule = center,(.protonvpn-wrapped)
|
windowrule = center,(.protonvpn-wrapped)
|
||||||
windowrule = float,(Pinentry)
|
windowrule = float,(Pinentry)
|
||||||
|
@ -172,30 +172,21 @@ in ''
|
||||||
windowrule = nofullscreenrequest,(Nxplayer.bin)
|
windowrule = nofullscreenrequest,(Nxplayer.bin)
|
||||||
windowrule = nomaximizerequest,(Nxplayer.bin)
|
windowrule = nomaximizerequest,(Nxplayer.bin)
|
||||||
windowrule = group set always,(Nxplayer.bin)
|
windowrule = group set always,(Nxplayer.bin)
|
||||||
windowrulev2 = float,title:(File|Picture-in-Picture),class:(firefox)
|
|
||||||
windowrulev2 = float,title:^(Extension.*)$,class:(firefox)
|
|
||||||
windowrulev2 = pin,title:(File|Picture-in-Picture),class:(firefox)
|
|
||||||
windowrulev2 = pin,title:^(Extension.*)$,class:(firefox)
|
|
||||||
windowrulev2 = center,title:(File|Picture-in-Picture),class:(firefox)
|
|
||||||
windowrulev2 = center,title:^(Extension.*)$,class:(firefox)
|
|
||||||
windowrulev2 = nofullscreenrequest,title:^(Extension.*)$,class:(firefox)
|
|
||||||
windowrulev2 = nomaximizerequest,title:^(Extension.*)$,class:(firefox)
|
|
||||||
windowrulev2 = workspace special silent, title:^(Firefox — Sharing Indicator)$,class:(firefox)
|
|
||||||
windowrulev2 = workspace special silent, title:^(.*is sharing (your screen|a window)\.)$,class:(firefox)
|
|
||||||
windowrulev2 = float,title:(Open),class:(soffice)
|
windowrulev2 = float,title:(Open),class:(soffice)
|
||||||
windowrulev2 = float,title:(Friends List),class:(steam)
|
windowrulev2 = float,title:(Friends List),class:(steam)
|
||||||
windowrulev2 = float,title:(Steam Settings),class:(steam)
|
windowrulev2 = float,title:(Steam Settings),class:(steam)
|
||||||
|
|
||||||
# Workspace definitions
|
# Workspace definitions
|
||||||
# 1: [t]erminal
|
# 1: [d]efault
|
||||||
bind = SUPER, T, moveworkspacetomonitor, 1 current
|
bind = SUPER, D, moveworkspacetomonitor, 1 current
|
||||||
bind = SUPER, T, workspace, 1
|
bind = SUPER, D, workspace, 1
|
||||||
bind = SUPER SHIFT, T, movetoworkspace, 1
|
bind = SUPER SHIFT, D, movetoworkspace, 1
|
||||||
|
|
||||||
# 2: [e]ditor
|
# 2: [e]ditor (let's be honest, it's [e]macs)
|
||||||
bind = SUPER, E, moveworkspacetomonitor, 2 current
|
bind = SUPER, E, moveworkspacetomonitor, 2 current
|
||||||
bind = SUPER, E, workspace, 2
|
bind = SUPER, E, workspace, 2
|
||||||
bind = SUPER SHIFT, E, movetoworkspace, 2
|
bind = SUPER SHIFT, E, movetoworkspace, 2
|
||||||
|
windowrule = workspace 2, (emacs)
|
||||||
|
|
||||||
# 3: [w]eb browser
|
# 3: [w]eb browser
|
||||||
bind = SUPER, W, moveworkspacetomonitor, 3 current
|
bind = SUPER, W, moveworkspacetomonitor, 3 current
|
||||||
|
@ -203,37 +194,32 @@ in ''
|
||||||
bind = SUPER SHIFT, W, movetoworkspace, 3
|
bind = SUPER SHIFT, W, movetoworkspace, 3
|
||||||
windowrule = workspace 3, (nyxt)
|
windowrule = workspace 3, (nyxt)
|
||||||
windowrule = workspace 3, (chromium-browser)
|
windowrule = workspace 3, (chromium-browser)
|
||||||
windowrule = workspace 3, (firefox)
|
|
||||||
|
|
||||||
# 4: [f]iles
|
# 4: [f]iles
|
||||||
bind = SUPER, F, moveworkspacetomonitor, 4 current
|
bind = SUPER, F, moveworkspacetomonitor, 4 current
|
||||||
bind = SUPER, F, workspace, 4
|
bind = SUPER, F, workspace, 4
|
||||||
bind = SUPER SHIFT, F, movetoworkspace, 4
|
bind = SUPER SHIFT, F, movetoworkspace, 4
|
||||||
|
windowrule = workspace 4, (thunar)
|
||||||
|
|
||||||
# 5: [s]ongs
|
# 5: [c]hat
|
||||||
bind = SUPER, S, moveworkspacetomonitor, 5 current
|
bind = SUPER, C, moveworkspacetomonitor, 5 current
|
||||||
bind = SUPER, S, workspace, 5
|
bind = SUPER, C, workspace, 5
|
||||||
bind = SUPER SHIFT, S, movetoworkspace, 5
|
bind = SUPER SHIFT, C, movetoworkspace, 5
|
||||||
|
windowrule = workspace 5, (fractal)
|
||||||
|
windowrule = workspace 5, (discord)
|
||||||
|
windowrule = workspace 5, (teams-for-linux)
|
||||||
|
|
||||||
# 6: [c]hat
|
# 6: [g]aming
|
||||||
bind = SUPER, C, moveworkspacetomonitor, 6 current
|
bind = SUPER, G, moveworkspacetomonitor, 6 current
|
||||||
bind = SUPER, C, workspace, 6
|
bind = SUPER, G, workspace, 6
|
||||||
bind = SUPER SHIFT, C, movetoworkspace, 6
|
bind = SUPER SHIFT, G, movetoworkspace, 6
|
||||||
windowrule = workspace 6, (fractal)
|
windowrule = workspace 6, (steam)
|
||||||
windowrule = workspace 6, (discord)
|
|
||||||
windowrule = workspace 6, (teams-for-linux)
|
|
||||||
|
|
||||||
# 7: [g]aming
|
# 7: [r]emote
|
||||||
bind = SUPER, G, moveworkspacetomonitor, 7 current
|
bind = SUPER, R, moveworkspacetomonitor, 7 current
|
||||||
bind = SUPER, G, workspace, 7
|
bind = SUPER, R, workspace, 7
|
||||||
bind = SUPER SHIFT, G, movetoworkspace, 7
|
bind = SUPER SHIFT, R, movetoworkspace, 7
|
||||||
windowrule = workspace 7, (steam)
|
windowrule = workspace 7, (Nxplayer.bin)
|
||||||
|
|
||||||
# 8: [r]emote
|
|
||||||
bind = SUPER, R, moveworkspacetomonitor, 8 current
|
|
||||||
bind = SUPER, R, workspace, 8
|
|
||||||
bind = SUPER SHIFT, R, movetoworkspace, 8
|
|
||||||
windowrule = workspace 8, (Nxplayer.bin)
|
|
||||||
|
|
||||||
# Special workspaces
|
# Special workspaces
|
||||||
bind = SUPER, comma, workspace, m-1
|
bind = SUPER, comma, workspace, m-1
|
||||||
|
|
|
@ -60,10 +60,9 @@
|
||||||
"2" = ""; # [e]ditor
|
"2" = ""; # [e]ditor
|
||||||
"3" = ""; # [w]eb browser
|
"3" = ""; # [w]eb browser
|
||||||
"4" = ""; # [f]iles
|
"4" = ""; # [f]iles
|
||||||
"5" = ""; # [s]ongs
|
"5" = ""; # [c]hat
|
||||||
"6" = ""; # [c]hat
|
"6" = ""; # [g]aming
|
||||||
"7" = ""; # [g]aming
|
"7" = ""; # [r]emote
|
||||||
"8" = ""; # [r]emote
|
|
||||||
default = "";
|
default = "";
|
||||||
special = "";
|
special = "";
|
||||||
urgent = "";
|
urgent = "";
|
||||||
|
@ -118,7 +117,7 @@
|
||||||
warning = 30;
|
warning = 30;
|
||||||
critical = 15;
|
critical = 15;
|
||||||
};
|
};
|
||||||
format = "{icon}";
|
format = "{capacity}% {icon}";
|
||||||
format-charging = "";
|
format-charging = "";
|
||||||
format-plugged = "";
|
format-plugged = "";
|
||||||
tooltip-format = "{time} {capacity}%";
|
tooltip-format = "{time} {capacity}%";
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{ tokyonight-folke, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
programs.zathura = {
|
|
||||||
enable = true;
|
|
||||||
extraConfig = builtins.readFile
|
|
||||||
"${tokyonight-folke}/extras/zathura/tokyonight_night.zathurarc";
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -40,6 +40,5 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
|
plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
|
||||||
};
|
};
|
||||||
firefox.package = pkgs.firefox-wayland;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue