diff options
author | Adam Stück <adam@adast.xyz> | 2023-02-11 15:45:28 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-02-18 15:33:24 +0100 |
commit | 03dbcfae3ba6d880c02fa176011990965f88f20d (patch) | |
tree | 01e059ca26040502ff5ea4e9774fc993b70a9580 /.local/bin | |
parent | bf623e1ff040a5cfa91510008fed74a7ec6074e8 (diff) |
i3: added binds to dock laptop display
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/dock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/dock b/.local/bin/dock index 5764213..e1050a0 100755 --- a/.local/bin/dock +++ b/.local/bin/dock @@ -17,7 +17,7 @@ dock () { fi # barpos bottom - barlaunch + ~/.local/bin/barlaunch xrandr --output HDMI-1 --mode 2560x1440 --rate 70 --primary xrandr --output eDP-1 --off xwallpaper --center ~/.local/share/bg @@ -26,7 +26,7 @@ dock () { undock () { # barpos top - barlaunch + ~/.local/bin/barlaunch xrandr --output eDP-1 --mode 1920x1080 --primary xrandr --output HDMI-1 --off xwallpaper --center ~/.local/share/bg |