Questions tagged [settings]

Settings are options in a program that allow you to configure the program to suit your needs.

173 questions
256
votes
10 answers

Getting 256 colors to work in tmux

I have 256 colors working just fine in konsole,. I thought I'd give tmux a try because, unlike screen, it seems to support vi mode. However I find that the colors of my prompt show up and this is most likely because I have a 256 color mode prompt.…
xenoterracide
  • 57,918
  • 74
  • 184
  • 250
109
votes
7 answers

Set and Shopt - Why Two?

set and shopt are both shell builtins that control various options. I often forget which options are set by which command, and which option sets/unsets (set -o/+o, shopt -s/-u). Why are there two different commands that seemingly do the same thing…
Kevin
  • 40,087
  • 16
  • 88
  • 112
78
votes
8 answers

Tips for putting ~ under source control

I want to put my home directory (~) under source control (git, in this case), as I have many setting files (.gitconfig, .gitignore, .emacs, etc.) in there I would like to carry across machines, and having them in Git would make it nice for…
Dan McClain
  • 883
  • 7
  • 7
77
votes
3 answers

What is the difference between ~/.profile, ~/.bashrc, ~/.bash_profile, ~/.gnomerc, /etc/bash_bashrc, /etc/screenrc ...?

Answers to the questions on SO and askubuntu, along with poking through (and reading headers of) $HOME and /etc/, indicate a number of files that can be used to set environment variables, including: ~/.profile ~/.bashrc ~/.bash_profile…
Abe
  • 1,681
  • 2
  • 13
  • 8
58
votes
3 answers

CLICOLOR and LS_COLORS in bash

I have the following setup in .bashrc for coloring of listings. export CLICOLOR=1 export…
prosseek
  • 8,418
  • 16
  • 47
  • 43
41
votes
7 answers

How to enable killing Xorg with Ctrl+Alt+Backspace

I don't remember why they did this, but at one point X.org decided that disabling CtrlAltBackspace to kill it was a good idea. I know there's a way to re-enable it but I don't remember how. Can someone refresh my memory?
xenoterracide
  • 57,918
  • 74
  • 184
  • 250
21
votes
3 answers

Where does GSettings store its files?

I would like to have a look at the files the dconf-editor uses to read/write settings, and I'm assuming that they are managed by gsettings. Where are these files stored on the system, and in what format?
tshepang
  • 64,472
  • 86
  • 223
  • 290
20
votes
3 answers

How to copy all my XFCE settings between two computers/machines?

Does anyone know how I can copy my customizations of XFCE's settings plus its appearance to another machine? The settings for appearance/design, panels, keyboard shortcuts and geany are not there yet, like at all. So far I have done: copied…
henry
  • 844
  • 2
  • 9
  • 23
20
votes
2 answers

What is the Linux equivalent of the Windows registry?

I have a DVD+-RW drive that has quit working. Apparently many users of this laptop model experience the same problem under windows and are required to edit the registry to correct the problem. So where should I look to make a similar edit?
ixtmixilix
  • 13,040
  • 27
  • 82
  • 118
19
votes
4 answers

Can't access Eduroam wireless internet connection SETTINGS (Linux Mint 17)

Using Linux Mint (Cinnamon Desktop) I have not been able to connect to the eduroam wireless university network. The reason is that I can't find a proper way to enter the respective network settings, i.e. changing security settings as well as filling…
Lena
  • 191
  • 1
  • 1
  • 5
18
votes
5 answers

Suppresss "~/Mail does not exist" in mutt

I use Mutt (1.5.21 on a headless Debian 7.2 Wheezy VPS) only occasionally, to see and delete messages from cron and the likes. However, it keeps pestering me with this non-existent ~/Mail folder. No need to say that it works perfectly with the…
Alois Mahdal
  • 4,330
  • 11
  • 40
  • 62
15
votes
2 answers

Re-map or un-map F10 from triggering window file menu in Xfce

By default F10 on Xfce activates the window File menu and so cannot be used as a shortcut in any program. I already looked in the Window Manager and Keyboard settings pages and no F10 key binding is listed. How can I re-map/un-map this?
Enigma
  • 273
  • 3
  • 12
14
votes
1 answer

What settings can I use to maximize FFMpeg performance?

I'm trying to do some screencasting, but since my computer is much too old and slow the video being produced is laggy and the application I'm trying to record becomes unresponsive due to the CPU consumption. Since I can't upgrade at the moment, I'm…
Miguel
  • 241
  • 1
  • 2
  • 5
14
votes
3 answers

How can I easily change my time-zone in Arch/Xfce?

Since I move around, I need to be to change time-zones frequently. I'm on Arch/Xfce. How can I do that? I've tried right click on the watch on the top panel -> properties -> time settings -> time zone. It didn't work. When I type a time-zone, it's…
Johshi
  • 453
  • 2
  • 5
  • 14
9
votes
1 answer

what are gnome-session and gnome-settings-daemon?

Can someone explain to me exactly what gnome-session and gnome-settings-daemon do and how they might be useful to me, as someone who doesn't use GNOME or any of its relatives as a DM (i use i3)? I've only known that one of the two can be used to…
erp
  • 697
  • 2
  • 8
  • 16
1
2 3
11 12