Commit Graph

15 Commits

Author SHA1 Message Date
Alan Orth a3f327ae18
sway/config: Always use floating for GNOME Calculator 2020-05-31 14:29:10 +03:00
Alan Orth 31887ca09f
sway/config: Fix missing exec for audio mute 2020-05-11 22:01:53 +03:00
Alan Orth ae4e6100e0
sway/config: Use same config for all touchpads
When I moved my Apple Trackpad from USB to Bluetooth the previous
configuration didn't match anymore so we should actually just apply
it to all touchpads.
2020-04-27 15:39:26 +03:00
Alan Orth 8acd49fa24
sway/config: Add more DisplayPort outputs 2020-04-27 15:38:57 +03:00
Alan Orth 1bd54ee516
sway/config: set brightness logarithmically by factor 1.4
See: https://www.reddit.com/r/swaywm/comments/fk08lu/nicer_brightness_control/
2020-03-18 18:20:35 +02:00
Alan Orth 6e221be57c
Revert "Use kanshi for display management in sway"
This reverts commit f6adb60d49.

I think I'm experiencing issues when disconnecting from my docking
station because of this.
2020-03-08 14:44:48 +02:00
Alan Orth 246fb98c01
sway/config: Add Alt-Tab for app switching
This sort of addresses my muscle memory for switching between apps.
2020-02-15 22:48:45 +02:00
Alan Orth f6adb60d49
Use kanshi for display management in sway
As long as kanshi is running it should automatically manage displays
based on the definitions in its config.
2020-02-15 22:47:51 +02:00
Alan Orth ce825d26f2
sway/config: Use wob for sound and brightness overlays
wob is a Wayland overlay bar for things like sound and brightness
levels. It expects values to be between 0 and 100, which means we
need to use light instead of brightnessctl because the brightness
level is in lumens or something so it goes up to 1060 on my Think
Pad Carbon X1 Gen 6 and light represents it as a percentage. Also
we need to use pamixer instead of pactl because there is no simple
way to get the current volume with pactl.

See: https://github.com/francma/wob
2020-02-15 22:46:30 +02:00
Alan Orth b7d8529819
sway/config: Fix undefined dmenu_path 2020-02-12 22:03:58 +02:00
Alan Orth 68e7413c63
sway/config: Sync minor syntax fixes from upstream
See: https://github.com/swaywm/sway/blob/master/config.in
2020-02-10 13:59:16 +02:00
Alan Orth 9c369a66d3
sway/config: Set lockscreen backgroud picture
Andrew Shiva / Wikipedia / CC BY-SA 4.0

From: https://commons.wikimedia.org/wiki/File:Jerusalem-2013-Temple_Mount-Dome_of_the_Rock-Detail_01.jpg
2020-02-10 10:03:08 +02:00
Alan Orth f43f6d3e37
sway/config: Use 1280x720 for TV 2020-02-10 10:02:43 +02:00
Alan Orth fcbf8d0ed4
sway/config: Use blocks for output devices
Organize settings per output using blocks.
2020-02-09 15:49:40 +02:00
Alan Orth 81a64385d1
Add swaywm config 2020-02-04 11:37:08 +02:00