mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
36 lines
678 B
Text
36 lines
678 B
Text
# vim:ft=swayconfig
|
|
|
|
### Variables
|
|
#
|
|
|
|
|
|
output * bg /run/current-system/sw/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
|
|
|
### Input configuration
|
|
#
|
|
# Example configuration:
|
|
#
|
|
input type:touchpad {
|
|
dwt enabled
|
|
tap enabled
|
|
natural_scroll enabled
|
|
}
|
|
|
|
#
|
|
# Layout stuff:
|
|
#
|
|
# You can "split" the current object of your focus with
|
|
# $mod+b or $mod+v, for horizontal and vertical splits
|
|
# respectively.
|
|
#
|
|
|
|
|
|
seat seat0 xcursor_theme BreezeX-RosePine-Linux 30
|
|
|
|
|
|
# # Floating rules
|
|
# for_window [title=".*Picture in picture.*"] floating enable,
|
|
|
|
include ~/.config/sway/variables
|
|
include /etc/sway/config.d/*
|
|
include ~/.config/sway/modules/*
|