non important commit
This commit is contained in:
parent
f3a0b11386
commit
277a41c787
1 changed files with 2 additions and 2 deletions
|
|
@ -90,8 +90,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
switch-events = {
|
switch-events = {
|
||||||
"tablet-mode-on".action.spawn = ["bash" "-c" "wlr-randr --output eDP-1 --rotate 90"];
|
"tablet-mode-on".action.spawn = ["wlr-randr" "--output eDP-1" "--rotate" "90"];
|
||||||
"tablet-mode-off".action.spawn = ["bash" "-c" "wlr-randr --output eDP-1 --rotate normal"];
|
"tablet-mode-off".action.spawn = ["wlr-randr" "--output" "eDP-1" "--rotate" "normal"];
|
||||||
};
|
};
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue