From f00131a401f93ae612882ad9a8e2437814e57e59 Mon Sep 17 00:00:00 2001 From: Yuri Zamyatin Date: Sat, 29 Mar 2025 16:07:54 +0000 Subject: [PATCH] wip --- arch-user/config/profile.part | 2 +- arch-user/config/sway/config.tmpl | 2 +- arch-user/install.sh | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/arch-user/config/profile.part b/arch-user/config/profile.part index a9ea8fb..6eb3caf 100644 --- a/arch-user/config/profile.part +++ b/arch-user/config/profile.part @@ -1,4 +1,4 @@ #!/bin/bash -export SESSION_START_COMMAND=sway +export SESSION_START_COMMAND="sway --unsupported-gpu" export PATH=$PATH:~/.local/bin diff --git a/arch-user/config/sway/config.tmpl b/arch-user/config/sway/config.tmpl index 46029d3..8dbd3b2 100644 --- a/arch-user/config/sway/config.tmpl +++ b/arch-user/config/sway/config.tmpl @@ -44,7 +44,7 @@ input "type:keyboard" { xkb_layout us(yz),ru(yz) repeat_rate 50 } -bindsym --to-code Shift+ISO_Level3_Shift input "type:keyboard" xkb_switch_layout next; exec pkill -SIGRTMIN+1 i3blocks +bindsym --to-code Super_L input "type:keyboard" xkb_switch_layout next; exec pkill -SIGRTMIN+1 i3blocks input "type:touchpad" { tap enabled natural_scroll enabled diff --git a/arch-user/install.sh b/arch-user/install.sh index bdef44c..2b3d067 100644 --- a/arch-user/install.sh +++ b/arch-user/install.sh @@ -58,4 +58,6 @@ sed '/^#/d' config/bemenu/config.sh >> ~/.profile cp_subst data/qutebrowser/start.html.tmpl ~/.local/share/qutebrowser/start.html ############################### -swaymsg reload +swaymsg reload || true + +echo ok