diff options
| author | 2026-02-28 14:49:37 -0500 | |
|---|---|---|
| committer | 2026-02-28 14:49:37 -0500 | |
| commit | ef40a5119a77280863c21ba67397818514714ccc (patch) | |
| tree | 8fbfa43e86f2594875bb7e415fee2ac0ecf35cda /themes/iroha | |
| parent | 61c027738785e0585202b7b3a828e05344510f66 (diff) | |
| download | dotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.gz dotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.bz2 dotfiles-ef40a5119a77280863c21ba67397818514714ccc.zip | |
Random stuff since last check in
Diffstat (limited to 'themes/iroha')
| -rw-r--r-- | themes/iroha/sway/theme | 8 |
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 |