remove swedish layout from x config
This commit is contained in:
parent
ebf29ddb51
commit
1871ea39e8
3 changed files with 14 additions and 5 deletions
11
btop.conf
11
btop.conf
|
@ -1,4 +1,4 @@
|
|||
#? Config file for btop v. 1.2.7
|
||||
#? Config file for btop v. 1.2.10
|
||||
|
||||
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
||||
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
||||
|
@ -74,12 +74,18 @@ proc_per_core = True
|
|||
#* Show process memory as bytes instead of percent.
|
||||
proc_mem_bytes = True
|
||||
|
||||
#* Show cpu graph for each process.
|
||||
proc_cpu_graphs = True
|
||||
|
||||
#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate)
|
||||
proc_info_smaps = False
|
||||
|
||||
#* Show proc box on left side of screen instead of right.
|
||||
proc_left = False
|
||||
|
||||
#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
|
||||
proc_filter_kernel = False
|
||||
|
||||
#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available.
|
||||
#* Select from a list of detected attributes from the options menu.
|
||||
cpu_graph_upper = "total"
|
||||
|
@ -162,6 +168,9 @@ only_physical = True
|
|||
#* Read disks list from /etc/fstab. This also disables only_physical.
|
||||
use_fstab = True
|
||||
|
||||
#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
|
||||
zfs_hide_datasets = False
|
||||
|
||||
#* Set to true to show available disk space for privileged users.
|
||||
disk_free_priv = False
|
||||
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
"editor.copyWithSyntaxHighlighting": false,
|
||||
"terminal.integrated.defaultProfile.linux": "fish",
|
||||
"rust.clippy_preference": "on",
|
||||
"workbench.colorTheme": "Catppuccin Mocha",
|
||||
"C_Cpp.renameRequiresIdentifier": false,
|
||||
"editor.renderWhitespace": "all",
|
||||
"terminal.integrated.fontFamily": "monospace",
|
||||
|
@ -47,6 +46,7 @@
|
|||
"files.trimTrailingWhitespace": true,
|
||||
"editor.glyphMargin": false,
|
||||
"editor.formatOnSave": true,
|
||||
"window.zoomLevel": 1,
|
||||
"omnisharp.useModernNet": false
|
||||
"omnisharp.useModernNet": false,
|
||||
"workbench.colorTheme": "Community Material Theme Darker High Contrast",
|
||||
"window.zoomLevel": 1
|
||||
}
|
2
xprofile
2
xprofile
|
@ -1 +1 @@
|
|||
setxkbmap -layout se
|
||||
#setxkbmap -layout se
|
||||
|
|
Loading…
Reference in a new issue