314 current 2025-02-09 03:18:46 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-02-09 03:18:59 -05:00
parent e6857648cf
commit a9c96ade19
10 changed files with 72 additions and 17 deletions

View File

@@ -1,4 +1,3 @@
#!/bin/bash
xrandr --output HDMI-2 --mode 1920x1080 --same-as eDP-1 --scale 1x1
bspc desktop Desktop --remove
bspc wm -r

View File

@@ -1,4 +1,3 @@
#!/bin/bash
shift="$1"
current=$(bspc query -D -d --names)
#echo "$(($current + 1))"

View File

@@ -1,4 +1,3 @@
#!/bin/bash
xrandr --output HDMI-1 --off
xrandr --output HDMI-2 --off
xrandr --output eDP-1 --mode 1920x1080 --primary

View File

@@ -1,4 +1,3 @@
#!/bin/bash
# swaps the current desktop with selected
shift="$1"
current=$(bspc query -D -d --names)