diff --git a/etc/gnome.conf b/etc/gnome.conf new file mode 100644 index 0000000..d988395 --- /dev/null +++ b/etc/gnome.conf @@ -0,0 +1,56 @@ +[org/gnome/desktop/wm/keybindings] +close=['w'] +cycle-windows=['Tab'] +cycle-windows-backward=['Tab'] +move-to-workspace-1=['1'] +move-to-workspace-2=['2'] +move-to-workspace-3=['3'] +move-to-workspace-4=['4'] +move-to-workspace-5=['5'] +switch-applications=@as [] +switch-applications-backward=@as [] +switch-input-source=@as [] +switch-input-source-backward=@as [] +switch-to-workspace-1=['1'] +switch-to-workspace-2=['2'] +switch-to-workspace-3=['3'] +switch-to-workspace-4=['4'] +switch-to-workspace-5=['5'] + +[org/gnome/desktop/wm/preferences] +button-layout='appmenu:minimize,close' + +[org/gnome/settings-daemon/plugins/media-keys] +custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/'] +search=['space'] + +[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0] +binding='Return' +command='wezterm' +name='Wezterm' + +[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1] +binding='Print' +command='flameshot gui' +name='Screenshot (flameshot)' + +[org/gnome/settings-daemon/plugins/power] +sleep-inactive-ac-timeout=1200 + +[org/gnome/shell/extensions/vitals] +hot-sensors=['__temperature_avg__', '_processor_usage_', '_memory_usage_', '_network-rx_wlo1_rx_', '_network-tx_wlo1_tx_'] +icon-style=1 +show-fan=false +show-network=true +show-storage=false +show-voltage=false +update-time=4 + +[org/gnome/shell/keybindings] +switch-to-application-1=@as [] +switch-to-application-2=@as [] +switch-to-application-3=@as [] +switch-to-application-4=@as [] +switch-to-application-5=@as [] + +# vi:ft=dosini