1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-03-25 07:22:54 +01:00

added notebook conversion alias

This commit is contained in:
Simon
2021-10-10 10:25:14 +02:00
parent 2acb65e6f8
commit 6f76db390c
5 changed files with 15 additions and 4 deletions

View File

@@ -54,6 +54,9 @@ autostart() {
run "blueberry-tray"
run "nextcloud"
run "glances -w -p 60000"
# Network
run "nm-applet"
}
run() {

View File

@@ -1,8 +1,10 @@
# Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly.
fields=0 48 17 18 38 39 40 2 46 47 49 1
sort_key=46
sort_key=47
sort_direction=1
tree_sort_key=0
tree_sort_direction=1
hide_kernel_threads=1
hide_userland_threads=0
shadow_other_users=0
@@ -16,7 +18,8 @@ highlight_changes_delay_secs=5
find_comm_in_cmdline=1
strip_exe_from_cmdline=1
show_merged_command=0
tree_view=0
tree_view=1
tree_view_always_by_pid=0
header_margin=1
detailed_cpu_time=0
cpu_count_from_one=1
@@ -33,3 +36,4 @@ left_meters=CPU Blank LeftCPUs2 Blank Memory
left_meter_modes=1 2 1 2 1
right_meters=Uptime Blank RightCPUs2 Blank Swap
right_meter_modes=1 2 1 2 1
hide_function_bar=0

View File

@@ -17,3 +17,4 @@ modules-left = disk_short_pc checkupdates ovpn nvpn wlan
[bar/floating_wm]
inherit="bar/base_floating_wm"
monitor = ${env:MONITOR:eDP1}
modules-right = battery_short

View File

@@ -9,6 +9,9 @@ export PATH="$PATH:/home/sim/.dotnet/tools"
### Yoga3
# noteconv
alias noteconv="cd '$NOTEBOOK_DIR/SRC' && python convert.py"
# xampp
alias xampp="sudo /opt/lampp/manager-linux-x64.run"

4
.zshrc
View File

@@ -131,7 +131,7 @@ autoload -U compinit && compinit -u
####################################
# ExtraRC
# Extra
. ~/.extraenv
. ~/.extrarc