bspwm: Remove toolkit-specific environment variables

Instead of managing these variables at the bspwm level, we can simply
use rofi instead. This means that applications can be launched in other
desktop environments with the correct settings applied through rofi.
This commit is contained in:
Donovan Glover 2018-11-27 18:49:27 -05:00
parent e1181665dd
commit 9f0809220a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,14 +3,6 @@
# Copyright (C) 2018 Donovan Glover
export SXHKD_SHELL="/usr/bin/bash"
export QT_AUTO_SCREEN_SCALE_FACTOR="0"
export QT_FONT_DPI="192"
export QT_SCREEN_SCALE_FACTORS="VGA-1=2;"
export GDK_SCALE="2"
export GDK_DPI_SCALE="0.5"
export XCURSOR_THEME="breeze_cursors"
export XDG_DATA_DIRS="/usr/share:/usr/share:/usr/local/share"