Compare commits
No commits in common. "cd10f1ad5ff7b16a71cf4ce795552c09dad548b3" and "5097dab961398ae33958bf5d29b6cfaa3f600da6" have entirely different histories.
cd10f1ad5f
...
5097dab961
6 changed files with 70 additions and 29 deletions
42
.config/htop/htoprc
Normal file
42
.config/htop/htoprc
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||
# The parser is also very primitive, and not human-friendly.
|
||||
htop_version=3.1.2
|
||||
config_reader_min_version=2
|
||||
fields=0 48 39 40 2 46 47 1
|
||||
sort_key=46
|
||||
sort_direction=-1
|
||||
tree_sort_key=47
|
||||
tree_sort_direction=-1
|
||||
hide_kernel_threads=0
|
||||
hide_userland_threads=1
|
||||
shadow_other_users=0
|
||||
show_thread_names=0
|
||||
show_program_path=1
|
||||
highlight_base_name=0
|
||||
highlight_deleted_exe=1
|
||||
highlight_megabytes=1
|
||||
highlight_threads=1
|
||||
highlight_changes=0
|
||||
highlight_changes_delay_secs=5
|
||||
find_comm_in_cmdline=1
|
||||
strip_exe_from_cmdline=1
|
||||
show_merged_command=1
|
||||
tree_view=0
|
||||
tree_view_always_by_pid=0
|
||||
all_branches_collapsed=0
|
||||
header_margin=0
|
||||
detailed_cpu_time=0
|
||||
cpu_count_from_one=0
|
||||
show_cpu_usage=1
|
||||
show_cpu_frequency=0
|
||||
update_process_names=0
|
||||
account_guest_in_cpu_meter=0
|
||||
color_scheme=6
|
||||
enable_mouse=1
|
||||
delay=3
|
||||
hide_function_bar=0
|
||||
header_layout=two_67_33
|
||||
column_meters_0=AllCPUs2 Memory Swap
|
||||
column_meter_modes_0=1 1 1
|
||||
column_meters_1=Tasks LoadAverage Uptime
|
||||
column_meter_modes_1=2 2 2
|
|
@ -13,12 +13,12 @@ general {
|
|||
}
|
||||
|
||||
#order += "ipv6"
|
||||
order += "memory"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
order += "battery all"
|
||||
#order += "disk /"
|
||||
#order += "load"
|
||||
#order += "memory"
|
||||
order += "tztime local"
|
||||
|
||||
wireless _first_ {
|
||||
|
@ -44,7 +44,7 @@ load {
|
|||
}
|
||||
|
||||
memory {
|
||||
format = "%percentage_used"
|
||||
format = "%used | %available"
|
||||
threshold_degraded = "1G"
|
||||
format_degraded = "MEMORY < %available"
|
||||
}
|
||||
|
|
|
@ -17,22 +17,22 @@ source ~/.cache/themer.lua/kakoune
|
|||
# Language Server Protocol
|
||||
# ------------
|
||||
|
||||
eval %sh{kak-lsp --kakoune -s $kak_session}
|
||||
set global lsp_cmd "kak-lsp -s %val{session} -vvv --log /tmp/kak-lsp.log"
|
||||
set global lsp_diagnostic_line_error_sign '║'
|
||||
set global lsp_diagnostic_line_warning_sign '┊'
|
||||
set global lsp_hover_anchor true
|
||||
set global lsp_auto_show_code_actions true
|
||||
set global lsp_auto_highlight_references true
|
||||
hook global WinSetOption filetype=(zig|go) %{
|
||||
map buffer user r ': lsp-rename-prompt<ret>' -docstring "LSP Rename"
|
||||
map buffer user a ': lsp-code-actions<ret>' -docstring "LSP Code actions"
|
||||
map buffer user , ': lsp-hover<ret>' -docstring "LSP hover"
|
||||
map buffer user l ': enter-user-mode lsp<ret>' -docstring "LSP mode"
|
||||
lsp-enable-window
|
||||
lsp-auto-signature-help-enable
|
||||
}
|
||||
hook global KakEnd .* lsp-exit
|
||||
# eval %sh{kak-lsp --kakoune -s $kak_session}
|
||||
# set global lsp_cmd "kak-lsp -s %val{session} -vvv --log /tmp/kak-lsp.log"
|
||||
# set global lsp_diagnostic_line_error_sign '║'
|
||||
# set global lsp_diagnostic_line_warning_sign '┊'
|
||||
# set global lsp_hover_anchor true
|
||||
# set global lsp_auto_show_code_actions true
|
||||
# set global lsp_auto_highlight_references true
|
||||
# hook global WinSetOption filetype=(zig|go) %{
|
||||
# map buffer user r ': lsp-rename-prompt<ret>' -docstring "LSP Rename"
|
||||
# map buffer user a ': lsp-code-actions<ret>' -docstring "LSP Code actions"
|
||||
# map buffer user , ': lsp-hover<ret>' -docstring "LSP hover"
|
||||
# map buffer user l ': enter-user-mode lsp<ret>' -docstring "LSP mode"
|
||||
# lsp-enable-window
|
||||
# lsp-auto-signature-help-enable
|
||||
# }
|
||||
# hook global KakEnd .* lsp-exit
|
||||
|
||||
# ------------
|
||||
# Formateadores
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
mpd_host = ~/.mpd/socket
|
||||
mpd_music_dir = ~/Music
|
||||
media_library_primary_tag = album_artist
|
||||
display_bitrate = yes
|
||||
|
|
|
@ -51,7 +51,6 @@ input * {
|
|||
#
|
||||
# Start a terminal
|
||||
bindsym $mod+Return exec $term
|
||||
bindsym $mod+Mod1+Return exec footclient ssh nulo@sutty.vm
|
||||
|
||||
# Kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
@ -114,7 +113,7 @@ input * {
|
|||
bindsym $mod+6 workspace number 6
|
||||
bindsym $mod+7 workspace number 7
|
||||
bindsym $mod+8 workspace "8: comms"
|
||||
bindsym $mod+9 workspace "9: media"
|
||||
bindsym $mod+9 workspace "9: música"
|
||||
bindsym $mod+0 workspace number 10
|
||||
# Move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace number 1
|
||||
|
@ -125,7 +124,7 @@ input * {
|
|||
bindsym $mod+Shift+6 move container to workspace number 6
|
||||
bindsym $mod+Shift+7 move container to workspace number 7
|
||||
bindsym $mod+Shift+8 move container to workspace "8: comms"
|
||||
bindsym $mod+Shift+9 move container to workspace "9: media"
|
||||
bindsym $mod+Shift+9 move container to workspace "9: música"
|
||||
bindsym $mod+Shift+0 move container to workspace number 10
|
||||
#
|
||||
# Layout stuff:
|
||||
|
@ -211,7 +210,8 @@ client.focused_inactive $muted $muted $background
|
|||
client.unfocused $backgroundish $backgroundish $foreground
|
||||
titlebar_border_thickness 1
|
||||
|
||||
bindsym $mod+x exec swaync-client -t
|
||||
bindsym $mod+z exec fnottctl dismiss
|
||||
bindsym $mod+x exec fnottctl actions
|
||||
bindsym Print exec 'grimshot copy area'
|
||||
|
||||
bindsym --locked XF86AudioRaiseVolume exec 'pamixer -i 5'
|
||||
|
@ -230,7 +230,7 @@ bindsym --locked XF86MonBrightnessUp exec 'brillo -A 5; brillo -O'
|
|||
bindsym --locked XF86MonBrightnessDown exec 'brillo -U 5; brillo -O'
|
||||
|
||||
default_border pixel 5
|
||||
gaps outer 5
|
||||
gaps inner 15
|
||||
smart_borders on
|
||||
smart_gaps on
|
||||
|
||||
|
@ -250,14 +250,14 @@ assign [app_id="telegram-desktop"] "8: comms"
|
|||
exec brillo -I
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
exec pipewire
|
||||
exec /usr/libexec/xdg-desktop-portal-wlr
|
||||
exec "foot --server"
|
||||
exec "wlsunset -l -34.61315 -L -58.37723"
|
||||
exec "pgrep -x syncthing >/dev/null || syncthing -no-browser"
|
||||
exec swaync
|
||||
exec kanshi
|
||||
exec fnott
|
||||
exec "mbsync -a"
|
||||
exec "mpd && mpd-mpris -host ~/.mpd/socket -network unix"
|
||||
exec "pgrep -x goimapnotify >/dev/null || goimapnotify -conf ~/.config/imapnotify/config.json"
|
||||
exec "pgrep -x goimapnotify >/dev/null || goimapnotify -wait 1 -conf ~/.config/imapnotify/config.json"
|
||||
|
||||
exec "foot --app-id=neomutt neomutt"
|
||||
exec "sleep 1; footclient --app-id=neomutt neomutt"
|
||||
exec telegram-desktop
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6fcc7dffe1f5793bb87122d2d445171d568d052a
|
||||
Subproject commit 12999418de5ebc9ba43604052e464a7ab1c7e5b7
|
Loading…
Reference in a new issue