summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--htop/htoprc4
-rw-r--r--launch/config4
-rw-r--r--zsh/zprofile.base6
3 files changed, 6 insertions, 8 deletions
diff --git a/htop/htoprc b/htop/htoprc
index 0eb61a0..572a374 100644
--- a/htop/htoprc
+++ b/htop/htoprc
@@ -2,7 +2,7 @@
# The parser is also very primitive, and not human-friendly.
fields=0 48 124 46 47 109 110 17 2 18 49 16 1
sort_key=46
-sort_direction=-1
+sort_direction=1
tree_sort_key=124
tree_sort_direction=1
hide_kernel_threads=1
@@ -11,7 +11,6 @@ shadow_other_users=0
show_thread_names=0
show_program_path=1
highlight_base_name=1
-highlight_deleted_exe=1
highlight_megabytes=1
highlight_threads=1
highlight_changes=0
@@ -21,7 +20,6 @@ strip_exe_from_cmdline=1
show_merged_command=0
tree_view=0
tree_view_always_by_pid=0
-all_branches_collapsed=0
header_margin=1
detailed_cpu_time=0
cpu_count_from_one=1
diff --git a/launch/config b/launch/config
index fdd8b84..7c096d2 100644
--- a/launch/config
+++ b/launch/config
@@ -5,12 +5,12 @@
#OPTS
brave
- brave-bin
+ firefox -P default-esr
firefox -P default-default
iceweasel -P default-release
chromium|chrome
- chromium-browser
firefox -P School
+ ^
iceweasel -P School
halt|off|poweroff|shutdown
doas poweroff
diff --git a/zsh/zprofile.base b/zsh/zprofile.base
index 93037ad..52089a9 100644
--- a/zsh/zprofile.base
+++ b/zsh/zprofile.base
@@ -10,8 +10,9 @@ export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config"
export XAUTHORITY="$XDG_CONFIG_HOME/x11/Xauthority"
-export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0"
+export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc
export INPUTRC="$XDG_CONFIG_HOME/zsh/inputrc"
+export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java
export NOTMUCH_COFIG="$XDG_CONFIG_HOME/notmuch/config"
export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config" # Doesnt work
export ZDOTDIR="$XDG_CONFIG_HOME/zsh" # Move .zshrc
@@ -35,8 +36,7 @@ export PATH="$scriptspath/programs:$PATH"
export PATH="$CARGO_HOME/bin:$PATH"
# Theming
-#export QT_QPA_PLATFORMTHEME="qt5ct"
-export QT_QPA_PLATFORMTHEME="gtk2"
+export QT_QPA_PLATFORMTHEME="qt5ct"
# Autostart X after login
if [[ -z $DISPLAY ]] && [[ "$(id -u)" != 0 ]] && ( [[ $(tty) = /dev/tty1 ]] || [[ $(tty) = /dev/ttyC0 ]] ); then startx $XDG_CONFIG_HOME/x11/xinitrc; fi