Compare commits

..

No commits in common. "4d4943840b4f464ad52745299fd57f8094d0d041" and "8ccec170b9f4a5b01e573905d4942f27a40482e0" have entirely different histories.

4 changed files with 1 additions and 20 deletions

View File

@ -1,10 +0,0 @@
#!/bin/zsh
source ${0:a:h}/xorg.zsh
XRANDR_SET \
--compositing disable \
--screen-blank disable \
--background captain-falcon.jpg \
--sound-effect gamedock \
${XRANDR_ARGS__smol__1080p[@]} --pos 0x0 --primary \
;

View File

@ -11,7 +11,6 @@ XRANDR_RESOLUTION__1080p='1920x1080'
XRANDR_OUTPUT__office='DP-0'
XRANDR_OUTPUT__livingroom='HDMI-0'
XRANDR_OUTPUT__smol='DP-4'
XRANDR_ARGS__office__4k=(--output $XRANDR_OUTPUT__office --mode $XRANDR_RESOLUTION__4k)
#XRANDR_ARGS__office__2k=() # not available on office monitor
@ -21,8 +20,6 @@ XRANDR_ARGS__livingroom__4k=(--output $XRANDR_OUTPUT__livingroom --mode $XRANDR_
XRANDR_ARGS__livingroom__2k=(--output $XRANDR_OUTPUT__livingroom --mode $XRANDR_RESOLUTION__2k)
XRANDR_ARGS__livingroom__1080p=(--output $XRANDR_OUTPUT__livingroom --mode $XRANDR_RESOLUTION__1080p)
XRANDR_ARGS__smol__1080p=(--output $XRANDR_OUTPUT__smol --mode $XRANDR_RESOLUTION__1080p)
#####################################################################
XRANDR_SET() {

View File

@ -38,7 +38,7 @@ bindsym $mod+Shift+p exec --no-startup-id $UTILS launch scrcpy
bindsym $mod+Shift+o exec --no-startup-id $UTILS launch obs
# Terminal
bindsym $mod+Return exec --no-startup-id i3-sensible-terminal
bindsym $mod+Return exec i3-sensible-terminal
# Other
bindsym $mod+p exec --no-startup-id $UTILS bgrandomize

View File

@ -4,12 +4,6 @@ source "$DOTWRYN/config/xinitrc.common"
command -v dex && dex -a
for FILE in $(find /etc/X11/xinit/xinitrc.d/ -type f)
do
source "$FILE"
done
unset FILE
[ -f /usr/lib/xfce-polkit/xfce-polkit ] \
&& exec /usr/lib/xfce-polkit/xfce-polkit &