Skip to content

Commit ba127b6

Browse files
committed
Various changes
- Install poetry - Remove old autorandr configs - Add pavucontrol - Autorandr home profile
1 parent cb23a34 commit ba127b6

File tree

12 files changed

+6
-76
lines changed

12 files changed

+6
-76
lines changed

autorandr/.config/autorandr/docked/config

Lines changed: 0 additions & 23 deletions
This file was deleted.

autorandr/.config/autorandr/docked/setup

Lines changed: 0 additions & 2 deletions
This file was deleted.

autorandr/.config/autorandr/hdmi/config

Lines changed: 0 additions & 23 deletions
This file was deleted.

autorandr/.config/autorandr/hdmi/setup

Lines changed: 0 additions & 2 deletions
This file was deleted.

autorandr/.config/autorandr/home/config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ output HDMI-2
66
off
77
output eDP-1
88
crtc 0
9-
gamma 1.0:0.769:0.556
109
mode 1920x1080
1110
pos 0x0
11+
primary
1212
rate 60.01
1313
output HDMI-1
1414
crtc 1
15-
gamma 1.0:0.769:0.556
1615
mode 3840x2160
1716
pos 1920x0
1817
rate 30.00
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
HDMI-1 00ffffffffffff001e6d085b1f9d0700031d0103803c2278ea3035a7554ea3260f50542108007140818081c0a9c0d1c081000101010108e80030f2705a80b0588a0058542100001e04740030f2705a80b0588a0058542100001a000000fd00303d1e873c000a202020202020000000fc004c4720556c7472612048440a200152020339714d902220050403020161605d5e5f230907076d030c002000b83c20006001020367d85dc401788003e30f0003681a00000101303d00023a801871382d40582c450058542100001a565e00a0a0a029503020350058542100001a00000000000000000000000000000000000000000000000000000000000000000000a3
1+
HDMI-1 00ffffffffffff001e6d085b1f9d0700031d0103803c2278ea3035a7554ea3260f50542108007140818081c0a9c0d1c081000101010108e80030f2705a80b0588a0058542100001e04740030f2705a80b0588a0058542100001a000000fd00303d1e873c000a202020202020000000fc004c4720556c7472612048440a200152020339714d902220050403020161605d5e5f230907076d030c001000b83c20006001020367d85dc401788003e30f0003681a00000101303d00023a801871382d40582c450058542100001a565e00a0a0a029503020350058542100001a00000000000000000000000000000000000000000000000000000000000000000000b3
22
eDP-1 00ffffffffffff000daec91400000000081a0104951f11780228659759548e271e505400000001010101010101010101010101010101b43b804a71383440503c680035ad10000018000000fe004e3134304843412d4541420a20000000fe00434d4e0a202020202020202020000000fe004e3134304843412d4541420a20003e

autorandr/.config/autorandr/mobile/config

Lines changed: 0 additions & 21 deletions
This file was deleted.

autorandr/.config/autorandr/mobile/setup

Lines changed: 0 additions & 1 deletion
This file was deleted.

bash/.bash_profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
source $(rustc --print sysroot)/etc/bash_completion.d/cargo
99

1010
alias ll="ls -la"
11+
export PATH="$HOME/.poetry/bin:$PATH"

bash/.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
44
export BROWSER=/usr/bin/firefox
55

66
export PATH="$HOME/.cargo/bin:$PATH"
7+
export PATH="$HOME/.poetry/bin:$PATH"

0 commit comments

Comments
 (0)