non important commit
This commit is contained in:
parent
823d8608ef
commit
c151982846
1 changed files with 2 additions and 2 deletions
|
|
@ -90,8 +90,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
switch-events = {
|
switch-events = {
|
||||||
"tablet-mode-on".action.spawn-sh = "wlr-randr --output eDP-1 --rotate 90 && gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled true";
|
"tablet-mode-on".action.spawn = ["bash" "-c" "wlr-randr --output eDP-1 --rotate 90 && gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled true"];
|
||||||
"tablet-mode-off".action.spawn-sh = "wlr-randr --output eDP-1 --rotate normal && gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled false";
|
"tablet-mode-off".action.spawn = ["bash" "-c" "wlr-randr --output eDP-1 --rotate normal && gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled false"];
|
||||||
};
|
};
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue