forked from extern/nix-config
sxhkd: Remove redundant environment variable
Since QT_FONT_DPI is already set in bspwmrc, there is no need to define it here with the same value.
This commit is contained in:
parent
e719ee70a8
commit
0e0fe82b03
@ -29,7 +29,7 @@ alt + m
|
||||
|
||||
# Show rofi drun / window / calc
|
||||
alt + {z,space,backslash}
|
||||
env XDG_CURRENT_DESKTOP="KDE" QT_FONT_DPI="192" rofi -show {drun,window,calc -modi calc -no-show-match -no-sort}
|
||||
env XDG_CURRENT_DESKTOP="KDE" rofi -show {drun,window,calc -modi calc -no-show-match -no-sort}
|
||||
|
||||
# Show rofi-pass
|
||||
alt + slash
|
||||
|
Loading…
Reference in New Issue
Block a user