wip
This commit is contained in:
parent
82d39545c7
commit
f00131a401
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
export SESSION_START_COMMAND=sway
|
export SESSION_START_COMMAND="sway --unsupported-gpu"
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
|
@ -44,7 +44,7 @@ input "type:keyboard" {
|
|||||||
xkb_layout us(yz),ru(yz)
|
xkb_layout us(yz),ru(yz)
|
||||||
repeat_rate 50
|
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" {
|
input "type:touchpad" {
|
||||||
tap enabled
|
tap enabled
|
||||||
natural_scroll enabled
|
natural_scroll enabled
|
||||||
|
@ -58,4 +58,6 @@ sed '/^#/d' config/bemenu/config.sh >> ~/.profile
|
|||||||
cp_subst data/qutebrowser/start.html.tmpl ~/.local/share/qutebrowser/start.html
|
cp_subst data/qutebrowser/start.html.tmpl ~/.local/share/qutebrowser/start.html
|
||||||
###############################
|
###############################
|
||||||
|
|
||||||
swaymsg reload
|
swaymsg reload || true
|
||||||
|
|
||||||
|
echo ok
|
||||||
|
Loading…
Reference in New Issue
Block a user