Dotfiles config update (2021-11-14)
This commit is contained in:
parent
ad483a503a
commit
946d96d0a7
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user