diff options
Diffstat (limited to 'xorg-xrandr')
-rwxr-xr-x | xorg-xrandr/setres/__main__.py.gpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-xrandr/setres/__main__.py.gpp b/xorg-xrandr/setres/__main__.py.gpp index f5200c8..f794339 100755 --- a/xorg-xrandr/setres/__main__.py.gpp +++ b/xorg-xrandr/setres/__main__.py.gpp @@ -50,7 +50,7 @@ if hostname == 'zenith': sec_position = 'left' %%>hostname="$(hostname | tr '[A-Z]' '[a-z]')" -%%>file="${HOME}/.dotfiles/private/setres/${hostname}" +%%>file="${HOME}/.dotfiles/.private/setres/${hostname}" %%>if test -r "${file}"; then elif hostname == '%%{hostname}': connectors = {con.edid: con.name for con in screen.connectors if con.connected and con.edid and con.name} |