Skip to content

Commit

Permalink
refactor: hyprland persistent workspace instead of waybar
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Oct 17, 2023
1 parent 9884e23 commit aa86bb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 23 deletions.
14 changes: 0 additions & 14 deletions modules/home/desktop/addons/waybar/modules/hyprland-modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,6 @@ in
"default" = "";
"empty" = "";
};
"persistent-workspaces" = {
"*" = [
2
3
4
5
6
7
8
];
"DP-3" = [
1
];
};
# "format-window-separator" = "->";
"window-rewrite-default" = "";
"window-rewrite" = {
Expand Down
18 changes: 9 additions & 9 deletions systems/x86_64-linux/khanelinix/hypr/displays.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ monitor=DP-1, 5120x1440@120, 0x1080, 1
# xrandr to set primary monitor for xwayland applications
exec = ~/.screenlayout/primary.sh

workspace = 1, monitor:DP-3
workspace = 2, monitor:DP-1, default:true
workspace = 3, monitor:DP-1
workspace = 4, monitor:DP-1
workspace = 5, monitor:DP-1
workspace = 6, monitor:DP-1
workspace = 7, monitor:DP-1
workspace = 8, monitor:DP-1
workspace = 9, monitor:DP-1
workspace = 1, monitor:DP-3, persistent:true
workspace = 2, monitor:DP-1, persistent:true, default:true
workspace = 3, monitor:DP-1, persistent:true
workspace = 4, monitor:DP-1, persistent:true
workspace = 5, monitor:DP-1, persistent:true
workspace = 6, monitor:DP-1, persistent:true
workspace = 7, monitor:DP-1, persistent:true
workspace = 8, monitor:DP-1, persistent:true
workspace = 9, monitor:DP-1, persistent:true

0 comments on commit aa86bb5

Please sign in to comment.