This commit is contained in:
Daniel Flanagan 2020-03-16 03:40:11 -05:00
parent 20c3d0b4d4
commit 75ce979217
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
5 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,7 @@
height="$(xrq polybar.height)"
margin="$(xrq polybar.margin)"
yoffset="$(xrq polybar.offset_y)"
window_margin="$(xrq bspwm.window_gap)"
eheight="$((height + margin + yoffset))"
bar_monitor="$(xrq polybar.display_monitor)"

View File

@ -7,7 +7,6 @@
[ -f "$DOTFILES_PATH/apps/de/x/loadresources" ] && "$DOTFILES_PATH/apps/de/x/loadresources"
[ -f "$HOME/.xmodmap" ] && xmodmap "$HOME/.xmodmap"
has_command xcape && xcape -e 'Control_L=Escape' &
has_command libinput-gestures-setup && libinput-gestures-setup start
has_command autorandr && autorandr -c
has_command redshift && redshift -r -l 39.1:-94.6 -t 6500K:3000K &

View File

@ -4,3 +4,4 @@ polybar.primary_font: iosevka\-lyte:pixelsize=bar_font_size;1
bspwm.reverse_desktop_ordering: 0
bspwm.reverse_monitor_desktops: 1
polybar.display_monitor: DisplayPort-0
polybar.height: 40

0
env/laptop/x/init vendored
View File

3
env/laptop/x/profile vendored Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
has_command xcape && xcape -e 'Control_L=Escape' &