Sha256: b75a4af224b0b5137b0fef864d2ff0f1b514ca410f097eeba16a1362e7fe26ca
Contents?: true
Size: 406 Bytes
Versions: 1
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true require 'fusuma/plugin/appmatcher/version' require_relative 'appmatcher/x11' require_relative 'appmatcher/gnome' module Fusuma module Plugin module Appmatcher module_function # @return [Class] def backend_klass if ENV['DESKTOP_SESSION'] == 'ubuntu-wayland' Gnome else X11 end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fusuma-plugin-appmatcher-0.1.0.pre2 | lib/fusuma/plugin/appmatcher.rb |