Compare commits
3 Commits
4c0aef01be
...
f09c1864fe
| Author | SHA1 | Date | |
|---|---|---|---|
| f09c1864fe | |||
| 4d4674a438 | |||
| f6f2ea2d53 |
@@ -1,32 +1,10 @@
|
||||
|
||||
# #######################################################################################
|
||||
# AUTOGENERATED HYPRLAND CONFIG.
|
||||
# EDIT THIS CONFIG ACCORDING TO THE WIKI INSTRUCTIONS.
|
||||
# #######################################################################################
|
||||
|
||||
autogenerated = 0 # remove this line to remove the warning
|
||||
|
||||
# This is an example Hyprland config file.
|
||||
# Refer to the wiki for more information.
|
||||
# https://wiki.hypr.land/Configuring/
|
||||
|
||||
# Please note not all available settings / options are set here.
|
||||
# For a full list, see the wiki
|
||||
|
||||
# You can split this configuration into multiple files
|
||||
# Create your files separately and then link them to this file like this:
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
||||
|
||||
################
|
||||
### MONITORS ###
|
||||
################
|
||||
|
||||
# See https://wiki.hypr.land/Configuring/Monitors/
|
||||
#monitor=,preferred,auto,auto
|
||||
#monitor=,preferred,auto,auto #still need to test if this works with second monitor
|
||||
source = ~/.config/hypr/monitors.conf
|
||||
source = ~/.config/hypr/workspaces.conf
|
||||
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
@@ -62,7 +40,7 @@ exec-once = librepods --start-minimized
|
||||
# See https://wiki.hypr.land/Configuring/Environment-variables/
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
env = GDK_SCALE, 1
|
||||
env = GDK_SCALE, 2
|
||||
|
||||
###################
|
||||
### PERMISSIONS ###
|
||||
@@ -342,3 +320,14 @@ windowrule = suppress_event maximize, match:class .*
|
||||
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrule = no_focus class:^$,match:title ^$,match:xwayland 1,float on,match:fullscreen 0,match:pin 0
|
||||
|
||||
windowrule = float on, match:class ^(Unity)$#, title:^(Unity)$
|
||||
# windowrule = center on, match:class ^(Unity)$#, title:^(Unity)$
|
||||
|
||||
env = GDK_BACKEND,x11
|
||||
|
||||
env = _JAVA_AWT_WM_NONREPARENTING,1
|
||||
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = XDG_SESSION_DESKTOP,Hyprland
|
||||
|
||||
Reference in New Issue
Block a user