feat: made monitors configured by desc and not by name, removed browsed and discord window rules, added commented keybinding for new fullscreen dispatcher in hyprland 0.42
This commit is contained in:
parent
083a5c3ef3
commit
67937b783f
4 changed files with 8 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
env = MOZ_ENABLE_WAYLAND,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 = SDL_VIDEODRIVER,wayland
|
||||
env = CLUTTER_BACKEND,wayland
|
||||
|
|
|
@ -25,7 +25,8 @@ bind = $secondaryMod, q, exec, librewolf
|
|||
|
||||
# Force app fullsceen
|
||||
bind = ALT_L, f, fullscreen, 0
|
||||
bind = ALT_L SHIFT, f, fullscreenstate, 0 2
|
||||
# bind = ALT_L SHIFT, f, fullscreenstate, 0 2 # This is for a future version of hyprland, in case it does not fuck up cursors again!
|
||||
bind = ALT_L SHIFT, f, fakefullscreen
|
||||
|
||||
# Custom rofi
|
||||
bind = $secondaryMod, TAB, exec, rofi -show window -show-icons
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Monitors
|
||||
# monitor=,preferred,auto,auto
|
||||
monitor=,preferred,auto,auto
|
||||
# monitor=eDP-2,preferred,0x0,2
|
||||
monitor=eDP-1,2560x1600@160,0x0,1.6 # 1.6
|
||||
monitor=DP-2,3840x2160@120,1600x0,1.25 # 1.2
|
||||
monitor=desc:BOE 0x0BC9,2560x1600@160,0x0,1.6 # 1.6
|
||||
monitor=desc:LG Electronics LG TV SSCR2 0x01010101,3840x2160@120,1600x0,1.25 # 1.2
|
||||
# monitor=HDMI-A-1,preferred,4480x0,1
|
||||
# monitor=HDMI-A-1,3440x1440@100,1280x0,1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Windowrules
|
||||
windowrulev2 = immediate, class:^(minecraft)$
|
||||
windowrulev2 = workspace 2, monitor 1, class:^(LibreWolf)$
|
||||
windowrulev2 = workspace 1, monitor 1, class:^(discord)$
|
||||
#windowrulev2 = workspace 2, monitor 1, class:^(LibreWolf)$
|
||||
#windowrulev2 = workspace 1, monitor 1, class:^(discord)$
|
||||
|
||||
# Screensharing
|
||||
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
||||
|
|
Loading…
Reference in a new issue