diff --git a/hypr/env_vars.conf b/hypr/env_vars.conf index 7c29bed..14c815a 100644 --- a/hypr/env_vars.conf +++ b/hypr/env_vars.conf @@ -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 diff --git a/hypr/keybindings.conf b/hypr/keybindings.conf index e3094a2..f73a8fa 100644 --- a/hypr/keybindings.conf +++ b/hypr/keybindings.conf @@ -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 diff --git a/hypr/monitors.conf b/hypr/monitors.conf index 4a21c59..e4c6aab 100644 --- a/hypr/monitors.conf +++ b/hypr/monitors.conf @@ -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 diff --git a/hypr/windowrules.conf b/hypr/windowrules.conf index f1f4d4d..6abe8b3 100644 --- a/hypr/windowrules.conf +++ b/hypr/windowrules.conf @@ -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)$