Fixes
This commit is contained in:
parent
20c3d0b4d4
commit
75ce979217
|
@ -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)"
|
||||
|
||||
|
|
|
@ -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 &
|
||||
|
|
1
env/desktop/x/resources
vendored
1
env/desktop/x/resources
vendored
|
@ -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
0
env/laptop/x/init
vendored
3
env/laptop/x/profile
vendored
Executable file
3
env/laptop/x/profile
vendored
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
has_command xcape && xcape -e 'Control_L=Escape' &
|
Reference in a new issue