mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-01 12:34:36 +05:30
Better workspaces (still have scratchpad ws dup bug)
This commit is contained in:
parent
527da935a3
commit
1384664387
|
@ -15,7 +15,7 @@
|
|||
name = "Emmet"; # name/identifier
|
||||
email = "librephoenix3@pm.me"; # email (used for certain configurations)
|
||||
dotfilesDir = "~/.dotfiles"; # absolute path of the local repo
|
||||
theme = "spaceduck"; # selcted theme from my themes directory (./themes/)
|
||||
theme = "caret"; # selcted theme from my themes directory (./themes/)
|
||||
wm = "hyprland"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/
|
||||
wmType = "wayland"; # x11 or wayland
|
||||
browser = "librewolf"; # Default browser; must select one from ./user/app/browser/
|
||||
|
|
|
@ -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…
Reference in a new issue