Switch to using workspaces with meaning
This commit is contained in:
parent
d12676f747
commit
9c09e1625d
|
@ -171,9 +171,7 @@
|
||||||
"${config.wayland.windowManager.hyprland.finalPackage}/bin/hyprctl setcursor ${config.gtk.cursorTheme.name} ${toString config.gtk.cursorTheme.size}"
|
"${config.wayland.windowManager.hyprland.finalPackage}/bin/hyprctl setcursor ${config.gtk.cursorTheme.name} ${toString config.gtk.cursorTheme.size}"
|
||||||
"${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1"
|
"${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1"
|
||||||
"PASSWORD_STORE_DIR=/dev/null ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n"
|
"PASSWORD_STORE_DIR=/dev/null ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n"
|
||||||
"${pkgs.dex}/bin/dex -a"
|
"sleep 5; ${pkgs.dex}/bin/dex -a"
|
||||||
# "systemctl --user start hyprland-session.target"
|
|
||||||
# "systemctl --user start hyprpaper.service"
|
|
||||||
];
|
];
|
||||||
gestures.workspace_swipe = true;
|
gestures.workspace_swipe = true;
|
||||||
input = {
|
input = {
|
||||||
|
@ -205,7 +203,7 @@
|
||||||
drop_at_cursor = true;
|
drop_at_cursor = true;
|
||||||
};
|
};
|
||||||
general = {
|
general = {
|
||||||
"col.active_border" = lib.mkForce "rgb(${config.lib.stylix.scheme.base0E})";
|
"col.active_border" = lib.mkForce "rgb(${config.lib.stylix.scheme.magenta})";
|
||||||
gaps_in = 2.5;
|
gaps_in = 2.5;
|
||||||
gaps_out = 5;
|
gaps_out = 5;
|
||||||
border_size = 1;
|
border_size = 1;
|
||||||
|
@ -279,6 +277,13 @@
|
||||||
"size 800 600, xdg-desktop-portal-gtk"
|
"size 800 600, xdg-desktop-portal-gtk"
|
||||||
"center, xdg-desktop-portal-gtk"
|
"center, xdg-desktop-portal-gtk"
|
||||||
|
|
||||||
|
# Workspace rules
|
||||||
|
"workspace 2, firefox" # Browser
|
||||||
|
"workspace 3, (signal|whatsapp-for-linux|WebCord|teams-for-linux)" # Messaging
|
||||||
|
"workspace 4, (com.github.neithern.g4music|com.github.rafostar.Clapper)" # Media
|
||||||
|
"workspace 5, (org.remmina.Remmina|Nxplayer.bin)" # Remote Desktop
|
||||||
|
"workspace 6 silent, (steam|steam_app|lutris|page.kramo.Cartridges|org.prismlauncher.PrismLauncher)" # Gaming
|
||||||
|
|
||||||
# PrismLauncher / Minecraft
|
# PrismLauncher / Minecraft
|
||||||
"float, org.prismlauncher.PrismLauncher"
|
"float, org.prismlauncher.PrismLauncher"
|
||||||
"center, org.prismlauncher.PrismLauncher"
|
"center, org.prismlauncher.PrismLauncher"
|
||||||
|
|
|
@ -36,14 +36,13 @@
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
"1" = " ";
|
"1" = " ";
|
||||||
"2" = " ";
|
"2" = " ";
|
||||||
"3" = " ";
|
"3" = " ";
|
||||||
"4" = " ";
|
"4" = " ";
|
||||||
"5" = " ";
|
"5" = " ";
|
||||||
"6" = " ";
|
"6" = " ";
|
||||||
default = " ";
|
default = " ";
|
||||||
urgent = " ";
|
|
||||||
};
|
};
|
||||||
all-outputs = false;
|
all-outputs = false;
|
||||||
persistent-workspaces = {
|
persistent-workspaces = {
|
||||||
|
|
Loading…
Reference in a new issue