diff options
| author | tslil <tslil@posteo.de> | 2026-04-05 09:42:24 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-05 09:44:16 +0100 |
| commit | c495598bdcf38aa7fd2edc2903a42e70ad879ca9 (patch) | |
| tree | cc0da9c0a8825ac33722a530adcdff34c88c208e /sc | |
| parent | f68490ef97b0393f6eef2916fe15abe2540be610 (diff) | |
cleanup
Diffstat (limited to 'sc')
| -rwxr-xr-x | sc | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -1,14 +0,0 @@ -#!/usr/bin/env sh -# Quick hack to manage screen hotplugging - -reset_ratpoison="yes" -case "$1" in - "d") xrandr --nograb --output VGA-1 --off --output LVDS-1 --auto;; - "r") xrandr --nograb --output VGA-1 --auto --primary --output LVDS-1 --off;; - "c") xrandr --nograb --output VGA-1 --auto --output LVDS-1 --auto;; - "n") xrandr --nograb --output LVDS-1 --auto --above VGA-1 --output VGA-1 --auto;; - "s") xrandr --nograb --output LVDS-1 --auto --below VGA-1 --output VGA-1 --auto;; - "e") xrandr --nograb --output LVDS-1 --auto --right-of VGA-1 --output VGA-1 --auto;; - "w") xrandr --nograb --output LVDS-1 --auto --left-of VGA-1 --output VGA-1 --auto;; - *) xrandr --nograb; reset_ratpoison="" ;; -esac; |
