More fixes
This commit is contained in:
@@ -97,12 +97,26 @@ windowrule = opacity 1 1, match:class qemu
|
||||
|
||||
# Retroarch
|
||||
windowrule = fullscreen on, match:class com.libretro.RetroArch
|
||||
windowrule = workspace 5, match:class com.libretro.RetroArch
|
||||
windowrule = tag -default-opacity, match:class com.libretro.RetroArch
|
||||
windowrule = opacity 1 1, match:class com.libretro.RetroArch
|
||||
windowrule = idle_inhibit fullscreen, match:class com.libretro.RetroArch
|
||||
|
||||
# Float Nextcloud
|
||||
windowrule = float on, match:class com.nextcloud.desktopclient.nextcloud
|
||||
|
||||
# Position drawing
|
||||
windowrule = workspace 4, match:class (krita)
|
||||
windowrule = tag -default-opacity, match:class (krita)
|
||||
windowrule = opacity 1 1, match:class (krita)
|
||||
|
||||
# Position TV
|
||||
windowrule = workspace 7, match:class ^(chrome-youtube.com__-Default)$
|
||||
windowrule = workspace 7, match:class ^(chrome-netflix.com__-Default)$
|
||||
|
||||
# Float Steam
|
||||
windowrule = float on, match:class steam
|
||||
windowrule = workspace 5, match:class steam
|
||||
windowrule = center on, match:class steam, match:title Steam
|
||||
windowrule = tag -default-opacity, match:class steam.*
|
||||
windowrule = opacity 1 1, match:class steam.*
|
||||
@@ -112,6 +126,7 @@ windowrule = idle_inhibit fullscreen, match:class steam
|
||||
|
||||
# Float Lunar Client
|
||||
windowrule = float on, match:class lunarclient
|
||||
windowrule = workspace 5, match:class lunarclient
|
||||
windowrule = center on, match:class lunarclient
|
||||
windowrule = tag -default-opacity, match:class lunarclient
|
||||
windowrule = opacity 1 1, match:class lunarclient
|
||||
@@ -159,3 +174,4 @@ windowrule = pin on, match:title WebcamOverlay
|
||||
windowrule = no_initial_focus on, match:title WebcamOverlay
|
||||
windowrule = no_dim on, match:title WebcamOverlay
|
||||
windowrule = move (monitor_w-window_w-40) (monitor_h-window_h-40), match:title WebcamOverlay
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ xwayland {
|
||||
}
|
||||
|
||||
# Use XCompose file
|
||||
env = XCOMPOSEFILE,~/.share/local/XCompose
|
||||
env = XCOMPOSEFILE,~/.config/xcompose
|
||||
|
||||
# Don't show update on first launch
|
||||
ecosystem {
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
# Format: monitor = [port], resolution, position, scale
|
||||
|
||||
# Optimized for retina-class 2x displays, like 13" 2.8K, 27" 5K, 32" 6K.
|
||||
env = GDK_SCALE,2
|
||||
# env = GDK_SCALE,2
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||
env = QT_ENABLE_HIGHDPI_SCALING,1
|
||||
env = QT_SCREEN_SCALE_FACTORS,2
|
||||
# env = QT_SCREEN_SCALE_FACTORS,2
|
||||
monitor=eDP-1,3840x2160,0x0,2
|
||||
# monitor=HDMI-A-1,preferred,auto,auto
|
||||
|
||||
|
||||
Reference in New Issue
Block a user