Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 593319 Details for
Bug 826024
Missing keyboard shortcut for switch to workspace 5+
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
script to tweak workspaces and hotkeys
gnome-shell-workspaces.sh (text/plain), 1.09 KB, created by
Jeff Bastian
on 2012-06-20 22:40:15 UTC
(
hide
)
Description:
script to tweak workspaces and hotkeys
Filename:
MIME Type:
Creator:
Jeff Bastian
Created:
2012-06-20 22:40:15 UTC
Size:
1.09 KB
patch
obsolete
>#!/bin/sh > ># Disable dynamic workspaces and set 12 fixed workspaces, and set the ># hot-keys for switching and moving windows to the workspaces. ># ># The Gnome 3.4 Shell keyboard settings GUI only exposes hot-key configuration ># for workspaces 1-4 so you have to use the command line for spaces 5+. ># ># Jeff Bastian <jbastian@redhat.com>, 2012-06-20 > >echo "Disabling dynamic workspaces" >gsettings set org.gnome.shell.overrides dynamic-workspaces false > >echo "Setting 12 fixed workspaces" >gsettings set org.gnome.desktop.wm.preferences num-workspaces 12 > >for ((x=1 ; x <= 12 ; x++)) ; do > echo "Setting hotkeys for workspace $x" > gsettings set org.gnome.desktop.wm.keybindings \ > switch-to-workspace-$x "[\"<Control>F$x\"]" > gsettings set org.gnome.desktop.wm.keybindings \ > move-to-workspace-$x "[\"<Control><Shift>F$x\"]" >done > >echo "Done" >echo "~~~~" >echo "Verify Settings:" >gsettings list-recursively org.gnome.shell.overrides | grep dynamic-workspaces >gsettings list-recursively org.gnome.desktop.wm.preferences | grep num-workspaces >gsettings list-recursively org.gnome.desktop.wm.keybindings | grep to-workspace
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 826024
: 593319