mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
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:
parent
e1181665dd
commit
9f0809220a
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user