mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Use dedicated icons for top bar/windows in ctrl-alt-tab
The previously used ones were quite a stretch, so now that we got dedicated ones, let's use them.
This commit is contained in:
parent
dc1c31d704
commit
cb3d5c2b51
3 changed files with 4 additions and 4 deletions
|
|
@ -27,8 +27,8 @@ const CtrlAltTabManager = new Lang.Class({
|
|||
_init: function() {
|
||||
this._items = [];
|
||||
this.addGroup(global.window_group, _("Windows"),
|
||||
'emblem-documents-symbolic', { sortGroup: SortGroup.TOP,
|
||||
focusCallback: Lang.bind(this, this._focusWindows) });
|
||||
'focus-windows-symbolic', { sortGroup: SortGroup.TOP,
|
||||
focusCallback: Lang.bind(this, this._focusWindows) });
|
||||
},
|
||||
|
||||
addGroup: function(root, name, icon, params) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue