dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 4d569b0d1b77a0d37b0aa298d23a2e86962b7197
parent 41744c3e2ff39131cc1006e9dc21e6c20f977f06
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Fri, 29 Nov 2024 01:40:57 -0500

.local/bin: removed monitor_change.sh

Diffstat:
D.local/bin/monitor_change | 19-------------------
1 file changed, 0 insertions(+), 19 deletions(-)

diff --git a/.local/bin/monitor_change b/.local/bin/monitor_change @@ -1,19 +0,0 @@ -#!/bin/bash - -xrandr --delmonitor PRIMARY -xrandr --setmonitor PRIMARY "1920/520x1080/290+1440+0" HDMI-0 - -if xrandr --listmonitors | grep -q "1280/364"; then - xrandr --delmonitor SECONDARY - xrandr --setmonitor SECONDARY "1440/410x900/260+0+0" VGA1 - killall -q screenkey - screenkey --geometry "480x28+440+0" & disown -else - xrandr --delmonitor SECONDARY - xrandr --setmonitor SECONDARY "1280/364x720/208+80+90" VGA1 - killall -q screenkey - screenkey --geometry "480x28+440+90" & disown -fi - -killall -q picom -sleep 1s && picom --experimental-backends