From 946d96d0a76bb495cc23c6998a8de0797c56a9e9 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 14 Nov 2021 01:41:46 +0100 Subject: [PATCH] Dotfiles config update (2021-11-14) --- .config/i3/config | 8 ++++++++ .config/i3/startxrandr.sh | 17 ++++++++++------- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 2cf6525..262f178 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -87,6 +87,10 @@ bindsym $mod+p exec --no-startup-id xfce4-screenshooter bindsym $mod+g exec --no-startup-id geany bindsym $mod+m exec --no-startup-id telegram bindsym $mod+z exec --no-startup-id signal +bindsym $mod+u exec --no-startup-id uxterm +bindsym $mod+t exec --no-startup-id xterm +bindsym $mod+i exec --no-startup-id lxappearance + # change focus bindsym $mod+j focus left @@ -163,6 +167,10 @@ bindsym $mod+a focus parent # focus the child container #bindsym $mod+d focus child +# i3-gaps config +#gaps inner 10 +#gaps outer 10 + # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places. set $ws1 "1" diff --git a/.config/i3/startxrandr.sh b/.config/i3/startxrandr.sh index 9c1ab08..8e0920b 100755 --- a/.config/i3/startxrandr.sh +++ b/.config/i3/startxrandr.sh @@ -2,10 +2,13 @@ scan_rel=0 -while [ ${scan_rel} -eq 0 ] ; do - # Primer monitor - xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02 - # Segundo monitor - xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0 - sleep 1 -done +#while [ ${scan_rel} -eq 0 ] ; do +# # Primer monitor +# xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02 +# # Segundo monitor +# xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0 +# sleep 1 +#done +sleep 2 +xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02 +xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0