Breaking out Configuration for output

This commit is contained in:
James Patrick 2019-06-01 22:14:02 -04:00
parent 5916ec344e
commit 758787f344
2 changed files with 11 additions and 12 deletions

View File

@ -23,18 +23,6 @@ bindsym $mod+backslash exec gopass ls --flat \
| xargs --no-run-if-empty gopass show -c
################################################################################
# Output configuration
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
output * bg `/home/james/dotfiles/wall/cycle` fill
output eDP-1 scale 1
#
# Example configuration:
#
# output HDMI-A-1 resolution 1920x1080 position 1920,0
#
# You can get the names of your outputs by running: swaymsg -t get_outputs
### Idle configuration
exec swayidle -w \

11
sway/config.d/output Normal file
View File

@ -0,0 +1,11 @@
################################################################################
# Output configuration
#
# Example configuration:
#
# output HDMI-A-1 resolution 1920x1080 position 1920,0
#
# You can get the names of your outputs by running: swaymsg -t get_outputs
output * bg `/home/james/dotfiles/wall/cycle` fill
output eDP-1 scale 1