Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Switch windows (not applications) with Alt+Tab (ublue-os#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
xalt7x authored May 9, 2023
1 parent b532c42 commit 441d0e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/dconf/db/local.d/01-ublue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ button-layout=":minimize,maximize,close"
num-workspaces='4'
title-bar-font="Ubuntu Bold 12"

[org/gnome/desktop/wm/keybindings]
switch-applications = ['<Super>Tab']
switch-applications-backward = ['<Shift><Super>Tab']
switch-windows = ['<Alt>Tab']
switch-windows-backward = ['<Shift><Alt>Tab']

[org/gnome/desktop/peripherals/touchpad]
tap-to-click=true

Expand Down

0 comments on commit 441d0e3

Please sign in to comment.