목차

Fusuma

설정

KDE 와 기타

Gnome 에서 사용시

gsettings set org.gnome.desktop.peripherals.touchpad send-events enabled
swipe:
  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 3' # to the last workspace
    right: 
      command: 'wmctrl -s 0' # to the first workspace
    up: 
      command: '/home/kwon37xi/.local/bin/gnome-workspace-switcher.sh Down'
    down: 
      command: '/home/kwon37xi/.local/bin/gnome-workspace-switcher.sh Up'
pinch:
  2: 
    in:
      command: '/home/kwon37xi/.local/bin/show-desktop.sh'
    out:
      command: "wmctrl -r ':ACTIVE:' -b toggle,fullscreen"
threshold:
  swipe: 1
  pinch: 0.5
interval:
  swipe: 1
  pinch: 3

참조