diff options
author | Amin Bandali <bandali@gnu.org> | 2019-04-04 19:10:16 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-04-05 18:16:14 -0400 |
commit | fe34bed60c88c6d98559706c8aa84be8f2330ab8 (patch) | |
tree | 8b34db9347f251dd7bb5950042d032526c62c57a | |
parent | 31c32319d82bb77433d8c0449e7a635a688e8a22 (diff) | |
download | configs-fe34bed60c88c6d98559706c8aa84be8f2330ab8.tar.gz configs-fe34bed60c88c6d98559706c8aa84be8f2330ab8.tar.xz configs-fe34bed60c88c6d98559706c8aa84be8f2330ab8.zip |
[rc/sway] config for new u2518d monitor
above and center of my laptop screen
-rw-r--r-- | rc.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2794,6 +2794,10 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # # You can get the names of your outputs by running: swaymsg -t get_outputs +output DP-1 res 2560x1440 pos 0,0 +# 597 = (2560/2) - (1366/2) +output LVDS-1 pos 597,1440 + ### Idle configuration exec swayidle \ |