Compare commits

...

2 Commits

2 changed files with 4 additions and 4 deletions

View File

@ -6,14 +6,14 @@
set $o-id "eDP-1"
# Mode
set $o-mode "3840x2160@60Hz"
set $o-mode "1366x768@60Hz"
# Position
set $o-pos-x "0"
set $o-pos-y "0"
# Scale Factor
set $o-scalefactor "2"
set $o-scalefactor "1"
# Do the thing

View File

@ -7,8 +7,8 @@ set $rotate-display eDP-1
bindsym $mod+Backslash mode "Rotate"
input $i-wacom-pen map_to_output $o-internal-id
input $i-wacom-touch map_to_output $o-internal-id
#input $i-wacom-pen map_to_output $o-internal-id
#input $i-wacom-touch map_to_output $o-internal-id
mode "Rotate" {
bindsym Down output $rotate-display transform normal; mode "default"