feat: added new screen
This commit is contained in:
parent
a87092dff6
commit
3321abad40
2 changed files with 16 additions and 8 deletions
|
@ -6,7 +6,8 @@
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
#monitor=,preferred,auto,auto
|
#monitor=,preferred,auto,auto
|
||||||
monitor=eDP-2,preferred,0x0,2
|
monitor=eDP-2,preferred,0x0,2
|
||||||
monitor=HDMI-A-1,preferred,1280x-260,1
|
monitor=DP-1,3840x2160@120,1280x0,1.2
|
||||||
|
monitor=HDMI-A-1,preferred,4480x0,1
|
||||||
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
@ -26,6 +27,7 @@ exec-once = setxkbmap -model 'pc105angle' -layout 'us' -variant 'cmk_ed_us' -opt
|
||||||
#env = XCURSOR_SIZE,24
|
#env = XCURSOR_SIZE,24
|
||||||
env = MOZ_ENABLE_WAYLAND,1
|
env = MOZ_ENABLE_WAYLAND,1
|
||||||
env = MOZ_DISABLE_RDD_SANDBOX,1
|
env = MOZ_DISABLE_RDD_SANDBOX,1
|
||||||
|
env = WLR_DRM_NO_ATOMIC,1
|
||||||
env = GDK_BACKEND=wayland,x11
|
env = GDK_BACKEND=wayland,x11
|
||||||
env = QT_QPA_PLATFORM="wayland;xcb"
|
env = QT_QPA_PLATFORM="wayland;xcb"
|
||||||
env = SDL_VIDEODRIVER=wayland
|
env = SDL_VIDEODRIVER=wayland
|
||||||
|
@ -34,6 +36,10 @@ env = XDG_CURRENT_DESKTOP=Hyprland
|
||||||
env = XDG_SESSION_TYPE=wayland
|
env = XDG_SESSION_TYPE=wayland
|
||||||
env = XDG_SESSION_DESKTOP=Hyprland
|
env = XDG_SESSION_DESKTOP=Hyprland
|
||||||
|
|
||||||
|
xwayland {
|
||||||
|
force_zero_scaling = true
|
||||||
|
}
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = true
|
||||||
# Lower static fr
|
# Lower static fr
|
||||||
|
@ -70,12 +76,14 @@ general {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
gaps_in = 5 #5
|
gaps_in = 5 #5
|
||||||
gaps_out = 5 #20
|
gaps_out = 20 #20
|
||||||
border_size = 1 #1.5 #2
|
border_size = 2 #1.5 #2
|
||||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgba(595959aa)
|
||||||
|
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
|
|
||||||
|
allow_tearing = true
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
|
@ -143,7 +151,7 @@ gestures {
|
||||||
# Example windowrule v2
|
# Example windowrule v2
|
||||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||||
|
windowrulev2 = immediate, class:^(minecraft)$
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
preload = ~/Pictures/Wallpaper/ProtrudingSquares.png
|
preload = ~/Pictures/Wallpaper/4kwppr.jpg
|
||||||
#preload = ~/Pictures/Wallpaper/.hidden/cafex2.png
|
|
||||||
|
|
||||||
#if more than one preload is desired then continue to preload other backgrounds
|
#if more than one preload is desired then continue to preload other backgrounds
|
||||||
#preload = /path/to/next_image.png
|
#preload = /path/to/next_image.png
|
||||||
# .. more preloads
|
# .. more preloads
|
||||||
|
|
||||||
#set the default wallpaper(s) seen on inital workspace(s) --depending on the number of monitors used
|
#set the default wallpaper(s) seen on inital workspace(s) --depending on the number of monitors used
|
||||||
wallpaper = eDP-2,~/Pictures/Wallpaper/ProtrudingSquares.png
|
wallpaper = eDP-2,~/Pictures/Wallpaper/4kwppr.jpg
|
||||||
wallpaper = HDMI-A-1,~/Pictures/Wallpaper/ProtrudingSquares.png
|
wallpaper = DP-1,~/Pictures/Wallpaper/4kwppr.jpg
|
||||||
|
wallpaper = HDMI-A-1,~/Pictures/Wallpaper/4kwppr.jpg
|
||||||
#if more than one monitor in use, can load a 2nd image
|
#if more than one monitor in use, can load a 2nd image
|
||||||
# .. more monitors
|
# .. more monitors
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue