소스 검색

Deleting unneded files

Vinicius Teshima 10 달 전
부모
커밋
3d27487a1e
2개의 변경된 파일0개의 추가작업 그리고 21개의 파일을 삭제
  1. 0 15
      .ratpoisonrc
  2. 0 6
      .screenlayout/monitor.sh

+ 0 - 15
.ratpoisonrc

@@ -1,15 +0,0 @@
-escape C-w
-
-set bargravity c
-set font Fantasque Sans Mono
-set border 0
-set onlyborder 0
-set fgcolor #FFFFFF
-set bgcolor #000000
-set barpadding 0 0
-set framesels 0123456789abcde
-
-bind C-k focusup
-bind C-l focusleft
-bind C-j focusdown
-bind C-h focusright

+ 0 - 6
.screenlayout/monitor.sh

@@ -1,6 +0,0 @@
-#!/bin/sh
-
-xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
-xrandr --addmode "DisplayPort-0" "1920x1080_60.00"
-xrandr --addmode "DisplayPort-1" "1920x1080_60.00"
-xrandr --output HDMI-A-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DisplayPort-0 --mode 1920x1080_60.00 --pos 0x0 --rotate normal --output DisplayPort-1 --mode 1920x1080_60.00 --pos 3840x0 --rotate normal --output DisplayPort-2 --off