dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6f3a905a11e8e4a844a326e1e3b1c28938c5e313
parent 3633af7f7e11702b5b6f42f0bbeda50ba0a2b1ae
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 17 Sep 2019 00:04:58 -0400

gnome-settings: open GNOME settings in i3

Former-commit-id: 49faa0977e846a64301a54144c62dcb0bf97e003
Diffstat:
Ascripts/gnome-settings | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/scripts/gnome-settings b/scripts/gnome-settings @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +if command -v gnome-control-center &> /dev/null; then + env XDG_CURRENT_DESKTOP=GNOME gnome-control-center +fi