summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-02-11 15:45:28 +0100
committerAdam Stück <adam@adast.xyz>2023-02-18 15:33:24 +0100
commit03dbcfae3ba6d880c02fa176011990965f88f20d (patch)
tree01e059ca26040502ff5ea4e9774fc993b70a9580 /.local
parentbf623e1ff040a5cfa91510008fed74a7ec6074e8 (diff)
i3: added binds to dock laptop display
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/dock4
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