MCPcopy
hub / github.com/paperwm/PaperWM / showSelection

Method showSelection

tiling.js:1524–1529  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1522 }
1523
1524 showSelection() {
1525 if (Settings.prefs.selection_border_size <= 0) {
1526 return;
1527 }
1528 this.selection.set_style_class_name('paperwm-selection tile-preview');
1529 }
1530
1531 setSelectionActive() {
1532 this.selection.opacity = 255;

Callers 6

endMethod · 0.80
deactivateDndTargetMethod · 0.80
changedBorderFunction · 0.80
resizeHandlerFunction · 0.80
focus_handlerFunction · 0.80
setupOverridesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected