remove what's included

This commit is contained in:
piotr 2022-05-06 01:53:24 +02:00
parent 0fc90c4cf3
commit 5e78644e91

View File

@ -4,9 +4,11 @@ include variables
include outputs
include autostart
include workspaces
include keyboard
include pointer
include touchpad
# ArchLabs sway config
#
# Read `man 5 sway` for reference.
# border & title
@ -51,48 +53,10 @@ exec swayidle -w \
timeout 3300 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f -c 212121'
#
# This will lock your screen after 3000 seconds of inactivity, then turn off
# your displays after another 3300 seconds, and turn your screens back on when
# resumed. It will also lock your screen before your computer goes to sleep.
############### Input configuration ##################
#
# Example configuration:
#
# input "2:14:SynPS/2_Synaptics_TouchPad" {
# dwt enabled
# tap enabled
# middle_emulation enabled
# }
# You can get the names of your inputs by running: swaymsg -t get_inputs
# Read `man 5 sway-input` for more information about this section.
# enable touchpad speed and features
input "type:touchpad" {
tap enabled
dwt enabled
drag enabled
scroll_factor 0.7
pointer_accel 0.2
accel_profile adaptive
}
# disable acceleration for mice
input "type:pointer" {
accel_profile flat
}
# keyboard layout and repeat settings
input "type:keyboard" {
xkb_layout $lang
repeat_delay 300
repeat_rate 40
}
# numlock on/off
# input * xkb_numlock enabled
############# Bindings ##################
# kill focused window
@ -280,7 +244,6 @@ bindsym Mod1+h exec pkill -f -12 nwg-wrapper
# move help to front/back
bindsym Mod1+Shift+h exec pkill -f -10 nwg-wrapper
############### Border & Gaps ###############
# changing border style
@ -301,9 +264,8 @@ bindsym $Mod+Control+Shift+minus gaps outer all minus 5
############ application settings ############
# focus, floating, & sticky
for_window [app_id="(?i)(?:blueman-manager|azote|gnome-disks|nwg-shell-config)"] floating enable
for_window [app_id="(?i)(?:blueman-manager|azote|gnome-disks)"] floating enable
for_window [app_id="(?i)(?:pavucontrol|nm-connection-editor|gsimplecal|galculator)"] floating enable
for_window [class="(?i)(?:lxappearance)"] floating enable
for_window [app_id="(?i)(?:firefox|chromium)"] border none
for_window [title="(?i)(?:copying|deleting|moving)"] floating enable