mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-02 21:30:39 -04:00
updates
This commit is contained in:
parent
97115ed0e5
commit
4ac5f5e5e5
31 changed files with 290 additions and 133 deletions
|
@ -8,26 +8,26 @@ source = ~/.cache/wal/colors-hyprland.conf
|
|||
#autogenerated = 1 # remove this line to remove the warning
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor = ,1920x1080,auto,1
|
||||
#monitor = ,1920x1080,auto,1
|
||||
|
||||
#Desktop
|
||||
monitor = DP-2, 1920x1080@100, 0x250, 1
|
||||
monitor = DP-1, 1920x1080@100, auto, 1
|
||||
monitor = DP-1, transform, 3
|
||||
#workspace = 1, persistent:true,monitor:DP-2,default:true
|
||||
#workspace = 2, persistent:true,monitor:DP-2
|
||||
#workspace = 3, persistent:true,monitor:DP-2
|
||||
#workspace = 4, persistent:true,monitor:DP-2
|
||||
#workspace = 5, persistent:true,monitor:DP-2
|
||||
#workspace = 6, persistent:true,monitor:DP-1
|
||||
#workspace = 7, persistent:true,monitor:DP-1
|
||||
#workspace = 8, persistent:true,monitor:DP-1
|
||||
#workspace = 9, persistent:true,monitor:DP-1
|
||||
#workspace = 0, persistent:true,monitor:DP-1
|
||||
workspace = 1, persistent:true,monitor:DP-2,default:true
|
||||
workspace = 2, persistent:true,monitor:DP-2
|
||||
workspace = 3, persistent:true,monitor:DP-2
|
||||
workspace = 4, persistent:true,monitor:DP-2
|
||||
workspace = 5, persistent:true,monitor:DP-2
|
||||
workspace = 6, persistent:true,monitor:DP-1
|
||||
workspace = 7, persistent:true,monitor:DP-1
|
||||
workspace = 8, persistent:true,monitor:DP-1
|
||||
workspace = 9, persistent:true,monitor:DP-1
|
||||
workspace = 0, persistent:true,monitor:DP-1
|
||||
|
||||
|
||||
# Laptop
|
||||
monitor = eDP-1, 1920x1080@144, auto, 1
|
||||
#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
|
||||
|
@ -57,9 +57,16 @@ env = LIBVA_DRIVER_NAME,nvidia
|
|||
env = XDG_SESSION_TYPE,wayland
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
env = WLR_RENDERER_ALLOW_SOFTWARE,1
|
||||
|
||||
cursor{
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
|
||||
render{
|
||||
explicit_sync = 1
|
||||
}
|
||||
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
|
@ -109,7 +116,7 @@ misc {
|
|||
|
||||
plugin {
|
||||
hyprtrails {
|
||||
color = $color5
|
||||
color = $color6
|
||||
}
|
||||
|
||||
hyprexpo {
|
||||
|
@ -122,6 +129,13 @@ plugin {
|
|||
gesture_distance = 300 # how far is the "max"
|
||||
gesture_positive = true # positive = swipe down. Negative = swipe up.
|
||||
}
|
||||
|
||||
hyprtasking {
|
||||
rows = 3
|
||||
exit_behavior = original hovered interacted
|
||||
gap_size = 8
|
||||
bg_color = $color3
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -132,4 +146,4 @@ source = ~/.config/hypr/keybindings.conf
|
|||
source = ~/.config/hypr/windowrule.conf
|
||||
source = ~/.config/hypr/animations.conf
|
||||
source = ~/.config/hypr/exec.conf
|
||||
# source = ~/.config/hypr/monitors.conf
|
||||
source = ~/.config/hypr/monitors.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue