summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/iroha/sway/theme8
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/iroha/sway/theme b/themes/iroha/sway/theme
index 2ce5c28..00edac1 100644
--- a/themes/iroha/sway/theme
+++ b/themes/iroha/sway/theme
@@ -10,9 +10,11 @@ set $urgent #d75f00
set $wallpaper1 "~/c/dotfiles/themes/iroha/wallpaper/wallpaper.png"
set $wallpaper2 "~/c/dotfiles/themes/iroha/wallpaper/wallpaper2.png"
-output "DP-1" {
+include ../monitors
+
+output $monitor1 {
bg $wallpaper1 fill
}
-bindsym --no-repeat $mod4+F1 output "DP-1" bg $wallpaper1 fill
-bindsym --no-repeat $mod4+F2 output "DP-1" bg $wallpaper2 fill
+bindsym --no-repeat $mod4+F1 output $monitor1 bg $wallpaper1 fill
+bindsym --no-repeat $mod4+F2 output $monitor1 bg $wallpaper2 fill