64 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			64 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
[core]
 | 
						|
# X11 support
 | 
						|
#  - true: enables X11, xwayland is started only when an X11 client connects
 | 
						|
#  - immediate: enables X11, xwayland is started immediately
 | 
						|
#  - false: disables xwayland
 | 
						|
xwayland=false
 | 
						|
 | 
						|
# Single output configuration. String after colon must match output's name.
 | 
						|
[output:VGA-1]
 | 
						|
# Set logical (layout) coordinates for this screen
 | 
						|
x = 1920
 | 
						|
y = 0
 | 
						|
 | 
						|
# Screen transformation
 | 
						|
# possible values are:
 | 
						|
# '90', '180' or '270' - rotate output by specified angle clockwise
 | 
						|
# 'flipped' - flip output horizontally
 | 
						|
# 'flipped-90', 'flipped-180', 'flipped-270' - flip output horizontally
 | 
						|
#                                              and rotate by specified angle
 | 
						|
rotate = 90
 | 
						|
 | 
						|
# Additional video mode to add
 | 
						|
# Format is generated by cvt and is documented in x.org.conf(5)
 | 
						|
modeline = 87.25 720 776 848  976 1440 1443 1453 1493 -hsync +vsync
 | 
						|
modeline = 65.13 768 816 896 1024 1024 1025 1028 1060 -HSync +VSync
 | 
						|
# Select one of the above modes
 | 
						|
mode = 768x1024
 | 
						|
 | 
						|
[cursor]
 | 
						|
# Restrict cursor movements to single output
 | 
						|
map-to-output = VGA-1
 | 
						|
# Restrict cursor movements to concrete rectangle
 | 
						|
geometry = 2500x800
 | 
						|
# Load a custom XCursor theme
 | 
						|
theme = default
 | 
						|
 | 
						|
# Single device configuration. String after colon must match device's name.
 | 
						|
[device:PixArt Dell MS116 USB Optical Mouse]
 | 
						|
# Restrict cursor movements for this mouse to single output
 | 
						|
map-to-output = VGA-1
 | 
						|
# Restrict cursor movements for this mouse to concrete rectangle
 | 
						|
geometry = 2500x800
 | 
						|
# tap_enabled=true
 | 
						|
 | 
						|
[keyboard]
 | 
						|
meta-key = Logo
 | 
						|
 | 
						|
# Keybindings
 | 
						|
# Maps key combinations with commands to execute
 | 
						|
# Commands include:
 | 
						|
# - "exit" to stop the compositor
 | 
						|
# - "exec" to execute a shell command
 | 
						|
# - "close" to close the current view
 | 
						|
# - "next_window" to cycle through windows
 | 
						|
# - "alpha" to cycle a window's alpha channel
 | 
						|
# - "break_pointer_constraint" to decline and deactivate all pointer constraints
 | 
						|
[bindings]
 | 
						|
Logo+Shift+e = exit
 | 
						|
Logo+q = close
 | 
						|
Logo+m = maximize
 | 
						|
Logo+Escape = break_pointer_constraint
 | 
						|
Alt+Tab = next_window
 | 
						|
Ctrl+Shift+a = alpha
 |