Some config cleanup.

Also fixed an issue with the touchpad not working on external
monitors. Touchpad should not be mapped to output (D'oh)
This commit is contained in:
Marko Korhonen 2020-03-30 18:19:55 +03:00
parent 55b9e2e7ee
commit dfbdc85a28
4 changed files with 1 additions and 45 deletions

View file

@ -2,5 +2,4 @@
bar {
swaybar_command waybar
output eDP-1
}

View file

@ -11,4 +11,3 @@ input "1739:32382:DELL0884:00_06CB:7E7E_Touchpad" {
}
input "1267:9364:ELAN_Touchscreen" map_to_output eDP-1
input "1739:32382:DELL0884:00_06CB:7E7E_Touchpad" map_to_output eDP-1

View file

@ -5,6 +5,7 @@ exec {
autotiling
redshift-gtk -m wayland
telegram-desktop
/usr/lib/kdeconnectd
kdeconnect-indicator
thunderbird
mako

View file

@ -1,43 +0,0 @@
# DO NOT CHANGE THIS FILE. Override these defaults by writing new files in
# /etc/sway/security.d/*
# Configures enabled compositor features for specific programs
permit * fullscreen keyboard mouse
permit /usr/bin/swaylock lock
permit /usr/bin/swaybg background
permit /usr/bin/swaybar panel
# Configures enabled IPC features for specific programs
ipc /usr/bin/swaymsg {
* enabled
events {
* disabled
}
}
ipc /usr/bin/swaybar {
bar-config enabled
outputs enabled
workspaces enabled
command enabled
events {
workspace enabled
mode enabled
}
}
ipc /usr/bin/swaylock {
outputs enabled
}
# Limits the contexts from which certain commands are permitted
commands {
* all
fullscreen binding criteria
bindsym config
exit binding
kill binding
}