From b330f8f6dfeb305f5bee48a365388eca82d1aaf5 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 18 May 2025 23:46:56 +0200 Subject: [PATCH 1/2] sway: add workman --- install.conf.yaml | 1 + sway/thinkman | 2 +- sway/workman | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 sway/workman diff --git a/install.conf.yaml b/install.conf.yaml index 87718ae..1aa60f5 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -66,6 +66,7 @@ ~/.config/wofi/style.css: wofi/style.css ~/.config/sway/config: sway/config ~/.config/sway/thinkman: sway/thinkman + ~/.config/sway/workman: sway/workman ~/.config/swaylock/config: sway/lock ~/.config/environment.d/sway.conf: sway/env-vars ~/.config/Code/User/settings.json: vscodium/settings.json diff --git a/sway/thinkman b/sway/thinkman index 5efc796..b242c55 100644 --- a/sway/thinkman +++ b/sway/thinkman @@ -16,11 +16,11 @@ output DP-* { output DP-4 { position 3840,0 } + output $laptop { position 0,0 } - input type:touchpad { dwt enabled tap enabled diff --git a/sway/workman b/sway/workman new file mode 100644 index 0000000..e6b9951 --- /dev/null +++ b/sway/workman @@ -0,0 +1,26 @@ +# outputs + +set $laptop eDP-1 + +bindswitch --reload --locked lid:on output $laptop disable +bindswitch --reload --locked lid:off output $laptop enable + +output $laptop { + position 0,0 +} + +output "Dell Inc. DELL U2520D G8DL923" { + position 5120,0 +} + +output "Dell Inc. DELL U2520D GXBL923" { + posiiton 2560,0 +} + +input type:touchpad { + dwt enabled + tap enabled + natural_scroll enabled + middle_emulation enabled + scroll_factor 0.5 +} From 150ea7f374a9e134082c4285c29157693eb4b31e Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 18 May 2025 23:47:17 +0200 Subject: [PATCH 2/2] i3status-rs: update fontaweseom6 --- sway/i3status-rust.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/i3status-rust.toml b/sway/i3status-rust.toml index e7f4382..cfcc062 100644 --- a/sway/i3status-rust.toml +++ b/sway/i3status-rust.toml @@ -1,6 +1,6 @@ scrolling = "natural" [icons] -icons = "awesome5" +icons = "awesome6" [theme.overrides] good_bg = "#0C0C0D"