Better workspaces (still have scratchpad ws dup bug)

This commit is contained in:
Emmet 2023-09-24 14:08:49 -05:00
parent 527da935a3
commit 1384664387
2 changed files with 2 additions and 13 deletions

View file

@ -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/

View file

@ -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";