[vriska] homeoffice monitor setup
This commit is contained in:
parent
7a4861536b
commit
49465b4ee7
|
|
@ -1,4 +1,5 @@
|
||||||
Xft.dpi: 144
|
;Xft.dpi: 144
|
||||||
|
Xft.dpi: 90
|
||||||
Xft.autohint: 0
|
Xft.autohint: 0
|
||||||
Xft.lcdfilter: lcddefault
|
Xft.lcdfilter: lcddefault
|
||||||
Xft.hintstyle: hintfull
|
Xft.hintstyle: hintfull
|
||||||
|
|
|
||||||
|
|
@ -19,20 +19,20 @@ set $mod Mod4
|
||||||
#set $OUTPUT2 DP2-1
|
#set $OUTPUT2 DP2-1
|
||||||
#set $OUTPUT3 DP2-2
|
#set $OUTPUT3 DP2-2
|
||||||
|
|
||||||
# Thinkpad T560
|
|
||||||
#set $OUTPUT1 DP2-1
|
|
||||||
#set $OUTPUT2 DP2-2
|
|
||||||
#set $OUTPUT3 DP2-2
|
|
||||||
|
|
||||||
# -- OFFICE --
|
# -- OFFICE --
|
||||||
set $OUTPUT1 DP-1-2
|
#set $OUTPUT1 DP-1-2
|
||||||
set $OUTPUT2 eDP-1
|
#set $OUTPUT2 eDP-1
|
||||||
set $OUTPUT3 DP-2-2
|
#set $OUTPUT3 DP-2-2
|
||||||
#set $OUTPUT3 DP-2
|
|
||||||
|
|
||||||
# -- HOME OFFICE --
|
# -- HOME OFFICE --
|
||||||
|
set $OUTPUT1 DP-2-3
|
||||||
|
set $OUTPUT2 eDP-1
|
||||||
|
set $OUTPUT3 DP-2-2
|
||||||
|
|
||||||
|
# -- HOME OFFICE @ Jenny --
|
||||||
#set $OUTPUT1 DP-2
|
#set $OUTPUT1 DP-2
|
||||||
#set $OUTPUT2 eDP-1
|
#set $OUTPUT2 eDP-1
|
||||||
|
#set $OUTPUT3 DP-2
|
||||||
|
|
||||||
|
|
||||||
# GENERAL SETTINGS
|
# GENERAL SETTINGS
|
||||||
|
|
@ -303,11 +303,13 @@ bindsym $mod+Shift+F11 move container to workspace $WSf11
|
||||||
bindsym $mod+Shift+F12 move container to workspace $WSf12
|
bindsym $mod+Shift+F12 move container to workspace $WSf12
|
||||||
|
|
||||||
# ~~ Keybindings for moving focus/containers/workspaces between monitors
|
# ~~ Keybindings for moving focus/containers/workspaces between monitors
|
||||||
bindsym $mod+comma focus output left
|
bindsym $mod+comma focus output $OUTPUT2
|
||||||
bindsym $mod+period focus output right
|
bindsym $mod+period focus output primary
|
||||||
|
bindsym $mod+slash focus output $OUTPUT3
|
||||||
|
|
||||||
bindsym $mod+Shift+comma move container to output left
|
bindsym $mod+Shift+comma move container to output $OUTPUT2
|
||||||
bindsym $mod+Shift+period move container to output right
|
bindsym $mod+Shift+period move container to output primary
|
||||||
|
bindsym $mod+Shift+slash move container to output $OUTPUT3
|
||||||
|
|
||||||
bindsym Control+$mod+comma move workspace to output $OUTPUT2
|
bindsym Control+$mod+comma move workspace to output $OUTPUT2
|
||||||
bindsym Control+$mod+period move workspace to output primary
|
bindsym Control+$mod+period move workspace to output primary
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue