Compare commits
1 commit
eaf2447fd5
...
bdfed6df15
| Author | SHA1 | Date | |
|---|---|---|---|
| bdfed6df15 |
4 changed files with 13 additions and 7 deletions
|
|
@ -4,6 +4,11 @@ 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
|
||||
}
|
||||
|
|
@ -18,7 +23,7 @@ profile still_water_right {
|
|||
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
|
||||
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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 489987d0b0f66fc5cf1fcfc711036a6fdc622acf
|
||||
Subproject commit d72c25c54e208ad90c54a43a042a403d9b4dc74c
|
||||
|
|
@ -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 Control_R floating toggle
|
||||
bindsym $mod+Space 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:win_space_toggle
|
||||
xkb_options grp:rctrl_toggle
|
||||
}
|
||||
|
||||
input type:touchpad {
|
||||
|
|
|
|||
|
|
@ -8,5 +8,6 @@ then
|
|||
export SDL_VIDEODRIVER='wayland,x11'
|
||||
# avoid lagging cursor under load
|
||||
export WLR_NO_HARDWARE_CURSOR=1
|
||||
exec sway
|
||||
#
|
||||
exec sway --unsupported-gpu
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue