This commit is contained in:
Yuri Zamyatin 2025-03-29 16:07:54 +00:00
parent 82d39545c7
commit f00131a401
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
export SESSION_START_COMMAND=sway
export SESSION_START_COMMAND="sway --unsupported-gpu"
export PATH=$PATH:~/.local/bin

View File

@ -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

View File

@ -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