Compare commits

..

2 commits

Author SHA1 Message Date
eaf2447fd5
update 2026-05-28 13:07:46 +02:00
397105a524
update 2026-05-28 13:06:24 +02:00
4 changed files with 7 additions and 13 deletions

View file

@ -4,11 +4,6 @@ profile dock {
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 {
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
}
profile uni {
output 'Dell Inc. DELL U2720Q 12MMY83' mode 3840x2160 position 0,0 scale 1.25
output eDP-1 enable scale 1.25 position 3072,0
profile Desktop {
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
}

@ -1 +1 @@
Subproject commit d72c25c54e208ad90c54a43a042a403d9b4dc74c
Subproject commit 489987d0b0f66fc5cf1fcfc711036a6fdc622acf

View file

@ -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+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 XF86MonBrightnessUp exec --no-startup-id brightnessctl s +10%
@ -132,7 +132,7 @@ bar {
# switch keyboard layouts with right ctrl key
input type:keyboard {
xkb_layout us,de
xkb_options grp:rctrl_toggle
xkb_options grp:win_space_toggle
}
input type:touchpad {

View file

@ -8,6 +8,5 @@ then
export SDL_VIDEODRIVER='wayland,x11'
# avoid lagging cursor under load
export WLR_NO_HARDWARE_CURSOR=1
#
exec sway --unsupported-gpu
exec sway
fi