update
This commit is contained in:
parent
ebe6f70c56
commit
397105a524
2 changed files with 4 additions and 3 deletions
|
|
@ -19,5 +19,6 @@ profile still_water_right {
|
||||||
}
|
}
|
||||||
|
|
||||||
profile Desktop {
|
profile Desktop {
|
||||||
output 'Dell Inc. DELL U2718Q FN84K9B408AL' mode 3840x2160 position 0,0 scale 1.25
|
output 'Dell Inc. DELL U2718Q FN84K9B408AL' mode 3840x2160 position 0,0 scale 1.25 enable
|
||||||
|
output 'LG Electronics LG ULTRAFINE 506NTEPJJ716' mode 3840x2160 position 3072,0 scale 1.25 enable
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -107,7 +107,7 @@ bindsym $mod+Ctrl+j move workspace to output down
|
||||||
bindsym $mod+Ctrl+k move workspace to output up
|
bindsym $mod+Ctrl+k move workspace to output up
|
||||||
bindsym $mod+Ctrl+l move workspace to output right
|
bindsym $mod+Ctrl+l move workspace to output right
|
||||||
|
|
||||||
bindsym $mod+Space floating toggle
|
bindsym Control_R floating toggle
|
||||||
|
|
||||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 10%-
|
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 10%-
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s +10%
|
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s +10%
|
||||||
|
|
@ -132,7 +132,7 @@ bar {
|
||||||
# switch keyboard layouts with right ctrl key
|
# switch keyboard layouts with right ctrl key
|
||||||
input type:keyboard {
|
input type:keyboard {
|
||||||
xkb_layout us,de
|
xkb_layout us,de
|
||||||
xkb_options grp:rctrl_toggle
|
xkb_options grp:win_space_toggle
|
||||||
}
|
}
|
||||||
|
|
||||||
input type:touchpad {
|
input type:touchpad {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue