The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

view system settings

asked 2013-07-16 16:12:54 +0000

elvis gravatar image

How could I view system settings in i3 ? My current system is Fedora 17.

edit retag flag offensive close merge delete

Comments

define “system settings”. desktop environments such as GNOME may offer a settings application, which you could start. i3 does not offer such a thing.

Michael gravatar imageMichael ( 2013-07-16 16:14:17 +0000 )edit

shall i run the desktop application through Ctrl+D in i3?

elvis gravatar imageelvis ( 2013-07-17 14:41:54 +0000 )edit

1 answer

Sort by » oldest newest most voted
0

answered 2013-07-16 20:27:19 +0000

joepd gravatar image

cat $(find /etc -type f)

edit flag offensive delete link more

Comments

Without any further explanation, that might be considered a bit rude :).

Michael gravatar imageMichael ( 2013-07-18 22:05:17 +0000 )edit

Also, cat prints binary files in /etc, does not tell you the file name and the command line length is limited, so this is not actually a good solution. I prefer grep -r '^' /etc, but that is also not perfect because control sequences are interpreted.

Michael gravatar imageMichael ( 2013-07-21 07:13:00 +0000 )edit

Question Tools

Stats

Asked: 2013-07-16 16:12:54 +0000

Seen: 261 times

Last updated: Jul 16 '13