mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-02 21:30:39 -04:00
updates cleanups and other shit im unsure of
This commit is contained in:
parent
2700045561
commit
4616bd12cd
14 changed files with 15 additions and 19 deletions
|
@ -12,26 +12,22 @@ source = ~/.cache/wal/colors-hyprland.conf
|
|||
|
||||
#Desktop
|
||||
monitor = DP-1, 1920x1080@100, 0x0, 1
|
||||
monitor = HDMI-A-1, 1920x1080@100, auto, 1
|
||||
monitor = DP-2, 1920x1080@100, auto, 1
|
||||
# monitor = HDMI-A-1, transform, 3
|
||||
workspace = 1, persistent:true,monitor:DP-1,default:true
|
||||
workspace = 2, persistent:true,monitor:DP-1
|
||||
workspace = 3, persistent:true,monitor:DP-1
|
||||
workspace = 4, persistent:true,monitor:DP-1
|
||||
workspace = 5, persistent:true,monitor:DP-1
|
||||
workspace = 6, persistent:true,monitor:HDMI-A-1
|
||||
workspace = 7, persistent:true,monitor:HDMI-A-1
|
||||
workspace = 8, persistent:true,monitor:HDMI-A-1
|
||||
workspace = 9, persistent:true,monitor:HDMI-A-1
|
||||
workspace = 0, persistent:true,monitor:HDMI-A-1
|
||||
workspace = 6, persistent:true,monitor:DP-2
|
||||
workspace = 7, persistent:true,monitor:DP-2
|
||||
workspace = 8, persistent:true,monitor:DP-2
|
||||
workspace = 9, persistent:true,monitor:DP-2
|
||||
workspace = 0, persistent:true,monitor:DP-2
|
||||
|
||||
# Laptop
|
||||
monitor = eDP-1, 1920x1080@144, auto, 1
|
||||
workspace = 1, persistent:true,monitor:eDP-1,default:true
|
||||
workspace = 2, persistent:true,monitor:eDP-1
|
||||
workspace = 3, persistent:true,monitor:eDP-1
|
||||
workspace = 4, persistent:true,monitor:eDP-1
|
||||
workspace = 5, persistent:true,monitor:eDP-1
|
||||
# monitor = eDP-1, 1920x1080@144, auto, 1
|
||||
# workspace = eDP-1,1
|
||||
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
@ -115,7 +111,7 @@ plugin {
|
|||
columns = 3
|
||||
gap_size = 20
|
||||
bg_col = $color3
|
||||
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
|
||||
enable_gesture = true # laptop touchpad, 4 fingers
|
||||
gesture_distance = 300 # how far is the "max"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue