Compare commits
2 commits
bdfed6df15
...
eaf2447fd5
| Author | SHA1 | Date | |
|---|---|---|---|
| eaf2447fd5 | |||
| 397105a524 |
4 changed files with 7 additions and 13 deletions
|
|
@ -4,11 +4,6 @@ profile dock {
|
||||||
output "Dell Inc. DELL U2723QE 49D0FH3" mode 3840x2160 position 3072,0 scale 1.25
|
output "Dell Inc. DELL U2723QE 49D0FH3" mode 3840x2160 position 3072,0 scale 1.25
|
||||||
}
|
}
|
||||||
|
|
||||||
profile dock_single {
|
|
||||||
output "Dell Inc. DELL U2718Q FN84K9B408AL" mode 3840x2160 position 0,0 scale 1.25
|
|
||||||
output eDP-1 enable scale 1.25 position 3072,0
|
|
||||||
}
|
|
||||||
|
|
||||||
profile default {
|
profile default {
|
||||||
output eDP-1 enable scale 1.25
|
output eDP-1 enable scale 1.25
|
||||||
}
|
}
|
||||||
|
|
@ -23,7 +18,7 @@ profile still_water_right {
|
||||||
output eDP-1 enable scale 1.25 position 3072,0
|
output eDP-1 enable scale 1.25 position 3072,0
|
||||||
}
|
}
|
||||||
|
|
||||||
profile uni {
|
profile Desktop {
|
||||||
output 'Dell Inc. DELL U2720Q 12MMY83' mode 3840x2160 position 0,0 scale 1.25
|
output 'Dell Inc. DELL U2718Q FN84K9B408AL' mode 3840x2160 position 0,0 scale 1.25 enable
|
||||||
output eDP-1 enable scale 1.25 position 3072,0
|
output 'LG Electronics LG ULTRAFINE 506NTEPJJ716' mode 3840x2160 position 3072,0 scale 1.25 enable
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit d72c25c54e208ad90c54a43a042a403d9b4dc74c
|
Subproject commit 489987d0b0f66fc5cf1fcfc711036a6fdc622acf
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,5 @@ then
|
||||||
export SDL_VIDEODRIVER='wayland,x11'
|
export SDL_VIDEODRIVER='wayland,x11'
|
||||||
# avoid lagging cursor under load
|
# avoid lagging cursor under load
|
||||||
export WLR_NO_HARDWARE_CURSOR=1
|
export WLR_NO_HARDWARE_CURSOR=1
|
||||||
#
|
exec sway
|
||||||
exec sway --unsupported-gpu
|
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue