mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-08-16 14:10:28 +00:00
selection highlight: add rounded border
This commit is contained in:
@@ -64,6 +64,7 @@ var ActionDispatcher = class {
|
||||
show(backward, binding, mask) {
|
||||
this._modifierMask = SwitcherPopup.primaryModifier(mask);
|
||||
this.navigator = getNavigator();
|
||||
TopBar.fixTopBar();
|
||||
let actionId = Keybindings.idOf(binding);
|
||||
if(actionId === Meta.KeyBindingAction.NONE) {
|
||||
try {
|
||||
|
||||
@@ -14,3 +14,7 @@
|
||||
.workspace-icon-button StIcon {
|
||||
icon-size: 16px;
|
||||
}
|
||||
|
||||
.paperwm-selection {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user