Skip to content

Commit d9c6bf9

Browse files
author
Prime Again
committed
automated dev commit
1 parent 939afeb commit d9c6bf9

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

env/.config/i3/config

+2-9
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ font pango:monospace 15px
1919
#
2020
# Thanks Childz
2121
for_window [class="^.*"] border pixel 2
22-
# class border backgr. text indicator child_border
23-
for_window [class="^.*"] client.focused #77dd77 #285577 #ffffff #2e9ef4 #285577
22+
for_window [class="^.*"] floating disable
23+
for_window [class="^.*"] client.focused #77dd77 #285577 #ffffff #2e9ef4 #285577
2424

2525
# This font is widely installed, provides lots of unicode glyphs, right-to-left
2626
# text rendering and scalability on retina/hidpi displays (thanks to pango).
@@ -229,11 +229,4 @@ bindsym $mod+semicolon exec ~/.config/i3/scripts/alsa down Headphone
229229
bindsym $mod+comma exec ~/.config/i3/scripts/alsa up Headphone
230230
bindsym $mod+m move workspace to output left
231231

232-
# Suspend
233-
bindsym $mod+Shift+period exec systemctl suspend
234-
235-
236-
# Stream Management
237-
bindsym $mod+Shift+period exec systemctl suspend
238-
239232
bindsym $mod+Shift+p exec --no-startup-id ~/.local/apps/play_next_bits

env/.config/nvim

env/.local/scripts/hdmi-live

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
xrandr --output eDP-1 --scale-from 3840x2160
2+
xrandr --output eDP-1 --scale-from 1920x1080
33
xrandr --output HDMI-1 --off
4-
xrandr --output HDMI-1 --pos 3840x0 --auto
4+
xrandr --output HDMI-1 --pos 1920x0 --auto
55

0 commit comments

Comments
 (0)