mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Better workspaces (still have scratchpad ws dup bug)
This commit is contained in:
parent
527da935a3
commit
1384664387
2 changed files with 2 additions and 13 deletions
|
@ -40,7 +40,7 @@
|
|||
layout = master
|
||||
cursor_inactive_timeout = 30
|
||||
border_size = 4
|
||||
no_cursor_warps = true
|
||||
no_cursor_warps = false
|
||||
col.active_border = 0xff'' + config.lib.stylix.colors.base08 + ''
|
||||
|
||||
col.inactive_border = 0x33'' + config.lib.stylix.colors.base00 + ''
|
||||
|
@ -396,17 +396,6 @@
|
|||
"8" = "";
|
||||
"9" = "";
|
||||
};
|
||||
"persistent_workspaces" = {
|
||||
"1" = [ "eDP-1" "HDMI-A-1" "DP-1"];
|
||||
"2" = [ "eDP-1" "HDMI-A-1" "DP-1"];
|
||||
"3" = [ "eDP-1" "HDMI-A-1" "DP-1"];
|
||||
"4" = [ "eDP-1" "HDMI-A-1" "DP-1"];
|
||||
"5" = [ "eDP-1" "HDMI-A-1" "DP-1"];
|
||||
"6" = [ "eDP-1" "HDMI-A-1" "DP-1"];
|
||||
"7" = [ "eDP-1" "HDMI-A-1" "DP-1"];
|
||||
"8" = [ "eDP-1" "HDMI-A-1" "DP-1"];
|
||||
"9" = [ "eDP-1" "HDMI-A-1" "DP-1"];
|
||||
};
|
||||
"on-click" = "activate";
|
||||
"on-scroll-up" = "hyprctl dispatch workspace e+1";
|
||||
"on-scroll-down" = "hyprctl dispatch workspace e-1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue