Compare commits

...

2 commits

Author SHA1 Message Date
Peter Cai 5c0de3dc48 sway: waybar: get rid of taskbar
* basically useless and has problems on my laptop
2021-11-21 22:11:24 -05:00
Peter Cai f031336317 sway: config: enable tapping on touchpads 2021-11-21 22:09:18 -05:00
2 changed files with 5 additions and 1 deletions

View file

@ -223,6 +223,10 @@ input "*" {
xkb_options compose:ralt
}
input type:touchpad {
tap enabled
}
client.focused 00000000 00000000 00000000 00000000
client.focused_inactive 00000000 00000000 00000000 00000000
client.unfocused 00000000 00000000 00000000 00000000

View file

@ -2,7 +2,7 @@
"layer": "top",
"position": "bottom",
"modules-left": ["custom/power", "sway/workspaces", "sway/mode"],
"modules-center": ["wlr/taskbar"],
"modules-center": [],
"modules-right": ["tray", "network", "pulseaudio", "custom/weather", "clock"],
"clock": {
"format": "{:%m/%d %H:%M}"