문서의 이전 판입니다!
gsettings set org.gnome.desktop.peripherals.touchpad send-events enabled
gnome-tweaks 등에서 xkb 설정) 에서 Alt/Win 키 동작 → Hyper 를 윈도우 키로 매핑 이 설정돼 있으면 xdotool key super+<다른키>가 자동하지 않는다.xdotool을 통하지 않고 직접 실행한다.~/.config/fusuma/config.ymlswipe:
3:
left:
command: 'xdotool key alt+Right' # Browser back
right:
command: 'xdotool key alt+Left' # Browser forward
up: # Gnome Overview
command: "dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell org.gnome.Shell.Eval string:'Main.overview.toggle();'"
down: # Gnome Menu
command: "dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell org.gnome.Shell.Eval string:'Main.shellDBusService.ShowApplications();'"
4:
left:
command: 'wmctrl -s 0' # to the first workspace
right:
command: 'wmctrl -s 3' # to the last workspace
up:
command: '/home/kwon37xi/.local/bin/gnome-workspace-switcher.sh Up' # 작업공간 위로
down:
command: '/home/kwon37xi/.local/bin/gnome-workspace-switcher.sh Down' # 작업공간 아래로
pinch:
in:
command: '/home/kwon37xi/.local/bin/show-desktop.sh' # 데스크탑 보기 toggle
out:
command: "wmctrl -r ':ACTIVE:' -b toggle,fullscreen" # 현재 창 FullScreen toggle
threshold:
swipe: 1
pinch: 1
interval:
swipe: 1
pinch: 1