Skip to content

Instantly share code, notes, and snippets.

View lesha198a's full-sized avatar
👽

Oleksii Kalnytskyi lesha198a

👽
View GitHub Profile
@lesha198a
lesha198a / pop os setup
Last active July 24, 2023 22:51
Modifies Alt-Tab keybindings for window-switching, installs feature-rich Nemo as default file manager, and guides dual-boot setup with Windows. Issues, suggestions and contributions welcomed!
#alt tab fix
gsettings set org.gnome.desktop.wm.keybindings switch-applications "[]"
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "[]"
gsettings set org.gnome.desktop.wm.keybindings switch-windows "['<Alt>Tab', '<Super>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-windows-backward "['<Alt><Shift>Tab', '<Super><Shift>Tab']"
#install nemo