mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-01 20:44:34 +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
|
name = "Emmet"; # name/identifier
|
||||||
email = "librephoenix3@pm.me"; # email (used for certain configurations)
|
email = "librephoenix3@pm.me"; # email (used for certain configurations)
|
||||||
dotfilesDir = "~/.dotfiles"; # absolute path of the local repo
|
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/
|
wm = "hyprland"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/
|
||||||
wmType = "wayland"; # x11 or wayland
|
wmType = "wayland"; # x11 or wayland
|
||||||
browser = "librewolf"; # Default browser; must select one from ./user/app/browser/
|
browser = "librewolf"; # Default browser; must select one from ./user/app/browser/
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
layout = master
|
layout = master
|
||||||
cursor_inactive_timeout = 30
|
cursor_inactive_timeout = 30
|
||||||
border_size = 4
|
border_size = 4
|
||||||
no_cursor_warps = true
|
no_cursor_warps = false
|
||||||
col.active_border = 0xff'' + config.lib.stylix.colors.base08 + ''
|
col.active_border = 0xff'' + config.lib.stylix.colors.base08 + ''
|
||||||
|
|
||||||
col.inactive_border = 0x33'' + config.lib.stylix.colors.base00 + ''
|
col.inactive_border = 0x33'' + config.lib.stylix.colors.base00 + ''
|
||||||
|
@ -396,17 +396,6 @@
|
||||||
"8" = "";
|
"8" = "";
|
||||||
"9" = "";
|
"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-click" = "activate";
|
||||||
"on-scroll-up" = "hyprctl dispatch workspace e+1";
|
"on-scroll-up" = "hyprctl dispatch workspace e+1";
|
||||||
"on-scroll-down" = "hyprctl dispatch workspace e-1";
|
"on-scroll-down" = "hyprctl dispatch workspace e-1";
|
||||||
|
|
Loading…
Reference in a new issue