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:
@@ -54,6 +54,9 @@ autostart() {
|
||||
run "blueberry-tray"
|
||||
run "nextcloud"
|
||||
run "glances -w -p 60000"
|
||||
|
||||
# Network
|
||||
run "nm-applet"
|
||||
}
|
||||
|
||||
run() {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
3
.extrarc
3
.extrarc
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user