adding better hyprland
This commit is contained in:
parent
e129b40d41
commit
baad731037
|
@ -1,8 +1,11 @@
|
|||
monitor=eDP-1,2256x1504@60,0x0,1.5
|
||||
workspace=eDP-1,1
|
||||
monitor=HDMI-A-1,preferred,0x0,1
|
||||
monitor=DP-1,preferred,2680x0,1.5
|
||||
monitor=DP-2,preferred,1600x0,1
|
||||
monitor=DP-2,preferred,0x0,1
|
||||
monitor=DP-1,preferred,1080x200,1.5
|
||||
monitor=HDMI-A-1,preferred,3640x900,1
|
||||
#monitor=HDMI-A-1,preferred,0x0,1
|
||||
#monitor=DP-1,preferred,2680x0,1.5
|
||||
#monitor=DP-2,preferred,1600x0,1
|
||||
workspace=DP-2,2
|
||||
workspace=DP-1,1
|
||||
workspace=HDMI-A-1,3
|
||||
|
@ -40,7 +43,7 @@ general {
|
|||
|
||||
#damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer
|
||||
layout=master
|
||||
no_cursor_warps=true
|
||||
# no_cursor_warps=true
|
||||
}
|
||||
|
||||
gestures {
|
||||
|
@ -51,8 +54,8 @@ gestures {
|
|||
decoration {
|
||||
rounding=18
|
||||
multisample_edges=true
|
||||
active_opacity=0.97
|
||||
inactive_opacity=0.75
|
||||
active_opacity=1.0
|
||||
inactive_opacity=1.0
|
||||
fullscreen_opacity=1.0
|
||||
blur=true
|
||||
blur_new_optimizations=true
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
(use-package-modules nfs certs shells ssh linux bash emacs gnome networking wm fonts glib libusb
|
||||
cups freedesktop file-systems version-control package-management)
|
||||
|
||||
|
||||
(define etc-sudoers-config
|
||||
(plain-file "etc-sudoers-config"
|
||||
"Defaults timestamp_timeout=480
|
||||
|
|
Loading…
Reference in a new issue