From a560c98f30f7085ff2d1f79e3fba0dbf6072cc9f Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Sun, 17 Nov 2024 22:21:20 -0600 Subject: [PATCH] Remove comment about running the setup program thingy --- i3-config | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/i3-config b/i3-config index ef06cae..a280bb2 100644 --- a/i3-config +++ b/i3-config @@ -224,16 +224,4 @@ bar { } } -bindsym Mod1+d exec "dmenu_run -nf '#00FFFF' -nb '#222222' -sb '#00FFFF' -sf '#000000' -fn 'monospace-8' -p '>'" - -####################################################################### -# automatically start i3-config-wizard to offer the user to create a -# keysym-based config which used their favorite modifier (alt or windows) -# -# i3-config-wizard will not launch if there already is a config file -# in ~/.config/i3/config (or $XDG_CONFIG_HOME/i3/config if set) or -# ~/.i3/config. -# -# Please remove the following exec line: -####################################################################### -#exec i3-config-wizard +bindsym Mod1+d exec "dmenu_run -nf '#00FFFF' -nb '#222222' -sb '#00FFFF' -sf '#000000' -fn 'monospace-8' -p '>'" \ No newline at end of file