Skip to content

Instantly share code, notes, and snippets.

View ver-1000000's full-sized avatar
😍
Love you!

佐々木 匠太 ver-1000000

😍
Love you!
View GitHub Profile
@ver-1000000
ver-1000000 / toggle-tablet-monitors.rb
Last active March 16, 2020 16:41
xsetwacomを用いて、タブレットのマッピングをトグルで切り替えるrubyワンライナー
#! /usr/bin/env ruby
`xsetwacom list`.each_line { |e| `xsetwacom set "#{e.split[0..-5].join(' ')}" MapToOutput next` if e[/STYLUS|ERASER/] }
(1..1000000).reduce { |a, e| a = "#{a * e}".sub(/\d*?(\d{0,9})0*$/, '\1').to_i }