mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
Merge pull request #606 from FabianGeiselhart/fix-typo
Fix typo in rootston config
This commit is contained in:
commit
d33a113f67
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Disable X11 support. Enabled by default.
|
# Disable X11 support. Enabled by default.
|
||||||
xwayland=false
|
xwayland=false
|
||||||
|
|
||||||
# Single output configuration. String after semicolon must match output's name.
|
# Single output configuration. String after colon must match output's name.
|
||||||
[output:VGA-1]
|
[output:VGA-1]
|
||||||
# Set logical (layout) coordinates for this screen
|
# Set logical (layout) coordinates for this screen
|
||||||
x = 1920
|
x = 1920
|
||||||
|
@ -24,7 +24,7 @@ geometry = 2500x800
|
||||||
# Load a custom XCursor theme
|
# Load a custom XCursor theme
|
||||||
theme = default
|
theme = default
|
||||||
|
|
||||||
# Single device configuration. String after semicolon must match device's name.
|
# Single device configuration. String after colon must match device's name.
|
||||||
[device:PixArt Dell MS116 USB Optical Mouse]
|
[device:PixArt Dell MS116 USB Optical Mouse]
|
||||||
# Restrict cursor movements for this mouse to single output
|
# Restrict cursor movements for this mouse to single output
|
||||||
map-to-output = VGA-1
|
map-to-output = VGA-1
|
||||||
|
|
Loading…
Reference in a new issue