diff options
| author | Ewy~ <ewy0@protonmail.com> | 2025-01-13 20:43:17 +0100 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2025-01-13 20:43:17 +0100 |
| commit | f67806d02b60e663f12ecb1dad1dba63b219e5f2 (patch) | |
| tree | 1501ae65c9f1d33f9aa25e83483620da4f7a74c8 /.config | |
| parent | a6f9ad7fe8e2826929b652cfadf97b90ef44d0dc (diff) | |
| parent | cc6eeca4926c09f0e6a68429ade9f0f6cb38b6d5 (diff) | |
Merge branch 'master' of github.com:ewy1/dotfiles
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/config | 1 | ||||
| -rw-r--r-- | .config/sway/config.d/outputs | 10 | ||||
| -rw-r--r-- | .config/sway/hosts/study/outputs | 3 | ||||
| -rw-r--r-- | .config/sway/hosts/wit/outputs | 9 |
4 files changed, 13 insertions, 10 deletions
diff --git a/.config/sway/config b/.config/sway/config index 2b7231e..71f7ed8 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -165,6 +165,7 @@ bindsym $mod+r mode "resize" include "$HOME/.cache/wal/colors-sway" include "$HOME/.config/sway/config.d/*" +include "$HOME/.config/sway/hosts/$(cat /etc/hostname)/*' include /etc/sway/config.d/* exec sleep 5 && systemctl --user start sway-session.service diff --git a/.config/sway/config.d/outputs b/.config/sway/config.d/outputs index fc4ca40..ad45998 100644 --- a/.config/sway/config.d/outputs +++ b/.config/sway/config.d/outputs @@ -2,13 +2,3 @@ output * { background "$(cat $HOME/.cache/wal/wal)" fill } -output DP-2 { - resolution 2560x1440@239.970Hz - position 0,0 -} - -output HDMI-A-1 { - resolution 1920x1080@60.000Hz - position 2560,0 -} - diff --git a/.config/sway/hosts/study/outputs b/.config/sway/hosts/study/outputs new file mode 100644 index 0000000..3d3e7f2 --- /dev/null +++ b/.config/sway/hosts/study/outputs @@ -0,0 +1,3 @@ +output eDP-2 { + scale 1.5 +} diff --git a/.config/sway/hosts/wit/outputs b/.config/sway/hosts/wit/outputs new file mode 100644 index 0000000..83bb6bf --- /dev/null +++ b/.config/sway/hosts/wit/outputs @@ -0,0 +1,9 @@ +output DP-2 { + resolution 2560x1440@239.970Hz + position 0,0 +} + +output HDMI-A-1 { + resolution 1920x1080@60.000Hz + position 2560,0 +} |
