Compare commits
2 Commits
ab9854d12f
...
5d687eb837
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d687eb837 | |||
| e46820b5f7 |
@@ -106,7 +106,7 @@ windowrule = idle_inhibit fullscreen, match:class com.libretro.RetroArch
|
||||
windowrule = float on, match:class com.nextcloud.desktopclient.nextcloud
|
||||
|
||||
# Position drawing
|
||||
windowrule = workspace 4, match:class (krita)
|
||||
windowrule = workspace 5, match:class (krita)
|
||||
windowrule = tag -default-opacity, match:class (krita)
|
||||
windowrule = opacity 1 1, match:class (krita)
|
||||
|
||||
@@ -116,7 +116,7 @@ windowrule = workspace 7, match:class ^(chrome-netflix.com__-Default)$
|
||||
|
||||
# Float Steam
|
||||
windowrule = float on, match:class steam
|
||||
windowrule = workspace 5, match:class steam
|
||||
windowrule = workspace 7, 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.*
|
||||
@@ -126,7 +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 = workspace 7, match:class lunarclient
|
||||
windowrule = center on, match:class lunarclient
|
||||
windowrule = tag -default-opacity, match:class lunarclient
|
||||
windowrule = opacity 1 1, match:class lunarclient
|
||||
|
||||
+2
-2
@@ -5,8 +5,8 @@ export STATION_PATH=$HOME/.local/share/station
|
||||
export PATH=$STATION_PATH/bin:$PATH
|
||||
|
||||
export GDK_SCALE=2
|
||||
# export QT_AUTO_SCALE_FACTOR=1
|
||||
# export QT_ENABLE_HIGHDPI_SCALING=1
|
||||
export QT_AUTO_SCALE_FACTOR=1
|
||||
export QT_ENABLE_HIGHDPI_SCALING=1
|
||||
export QT_SCALE_FACTOR=1.5
|
||||
|
||||
# Set default terminal and editor
|
||||
|
||||
Reference in New Issue
Block a user