Fix .xssessionrc
This commit is contained in:
parent
8bcf1553f2
commit
23eeb617d4
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
|
||||
if [[ "$DESKTOP_SESSION" = "dwm" || "$DESKTOP_SESSION" == "dwm-gnome" ]]; then
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
export AWT_TOOLKIT=MToolkit
|
||||
wmname LG3D
|
||||
|
Loading…
Reference in New Issue
Block a user