Skip to content

Commit

Permalink
smart-panel and Flipper: work together
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiux committed Dec 1, 2024
1 parent 2886fac commit db0dc83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Flipper@connerdev/files/Flipper@connerdev/5.4/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const Tweener = imports.ui.tweener;
const Settings = imports.ui.settings;
const Panel = imports.ui.panel;

const UUID = "Flipper@connerdev";

let settings;
let bindings = ['switch-to-workspace-left',
'switch-to-workspace-right',
Expand All @@ -35,6 +37,7 @@ Flipper.prototype = {
this.destroy_requested = false;
this.queued_direction = null;
this.monitor = Main.layoutManager.primaryMonitor;
settings = new FlipperSettings(UUID);

let [binding_type,,,direction] = binding.get_name().split('-');
direction = Meta.MotionDirection[direction.toUpperCase()];
Expand Down

0 comments on commit db0dc83

Please sign in to comment.