Compare commits

..

No commits in common. "cd10f1ad5ff7b16a71cf4ce795552c09dad548b3" and "5097dab961398ae33958bf5d29b6cfaa3f600da6" have entirely different histories.

6 changed files with 70 additions and 29 deletions

42
.config/htop/htoprc Normal file
View 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

View file

@ -13,12 +13,12 @@ general {
} }
#order += "ipv6" #order += "ipv6"
order += "memory"
order += "wireless _first_" order += "wireless _first_"
order += "ethernet _first_" order += "ethernet _first_"
order += "battery all" order += "battery all"
#order += "disk /" #order += "disk /"
#order += "load" #order += "load"
#order += "memory"
order += "tztime local" order += "tztime local"
wireless _first_ { wireless _first_ {
@ -44,7 +44,7 @@ load {
} }
memory { memory {
format = "%percentage_used" format = "%used | %available"
threshold_degraded = "1G" threshold_degraded = "1G"
format_degraded = "MEMORY < %available" format_degraded = "MEMORY < %available"
} }

View file

@ -17,22 +17,22 @@ source ~/.cache/themer.lua/kakoune
# Language Server Protocol # Language Server Protocol
# ------------ # ------------
eval %sh{kak-lsp --kakoune -s $kak_session} # 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_cmd "kak-lsp -s %val{session} -vvv --log /tmp/kak-lsp.log"
set global lsp_diagnostic_line_error_sign '║' # set global lsp_diagnostic_line_error_sign '║'
set global lsp_diagnostic_line_warning_sign '┊' # set global lsp_diagnostic_line_warning_sign '┊'
set global lsp_hover_anchor true # set global lsp_hover_anchor true
set global lsp_auto_show_code_actions true # set global lsp_auto_show_code_actions true
set global lsp_auto_highlight_references true # set global lsp_auto_highlight_references true
hook global WinSetOption filetype=(zig|go) %{ # hook global WinSetOption filetype=(zig|go) %{
map buffer user r ': lsp-rename-prompt<ret>' -docstring "LSP Rename" # 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 a ': lsp-code-actions<ret>' -docstring "LSP Code actions"
map buffer user , ': lsp-hover<ret>' -docstring "LSP hover" # map buffer user , ': lsp-hover<ret>' -docstring "LSP hover"
map buffer user l ': enter-user-mode lsp<ret>' -docstring "LSP mode" # map buffer user l ': enter-user-mode lsp<ret>' -docstring "LSP mode"
lsp-enable-window # lsp-enable-window
lsp-auto-signature-help-enable # lsp-auto-signature-help-enable
} # }
hook global KakEnd .* lsp-exit # hook global KakEnd .* lsp-exit
# ------------ # ------------
# Formateadores # Formateadores

View file

@ -1,4 +1,3 @@
mpd_host = ~/.mpd/socket mpd_host = ~/.mpd/socket
mpd_music_dir = ~/Music
media_library_primary_tag = album_artist media_library_primary_tag = album_artist
display_bitrate = yes display_bitrate = yes

View file

@ -51,7 +51,6 @@ input * {
# #
# Start a terminal # Start a terminal
bindsym $mod+Return exec $term bindsym $mod+Return exec $term
bindsym $mod+Mod1+Return exec footclient ssh nulo@sutty.vm
# Kill focused window # Kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
@ -114,7 +113,7 @@ input * {
bindsym $mod+6 workspace number 6 bindsym $mod+6 workspace number 6
bindsym $mod+7 workspace number 7 bindsym $mod+7 workspace number 7
bindsym $mod+8 workspace "8: comms" 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 bindsym $mod+0 workspace number 10
# Move focused container to workspace # Move focused container to workspace
bindsym $mod+Shift+1 move container to workspace number 1 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+6 move container to workspace number 6
bindsym $mod+Shift+7 move container to workspace number 7 bindsym $mod+Shift+7 move container to workspace number 7
bindsym $mod+Shift+8 move container to workspace "8: comms" 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 bindsym $mod+Shift+0 move container to workspace number 10
# #
# Layout stuff: # Layout stuff:
@ -211,7 +210,8 @@ client.focused_inactive $muted $muted $background
client.unfocused $backgroundish $backgroundish $foreground client.unfocused $backgroundish $backgroundish $foreground
titlebar_border_thickness 1 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 Print exec 'grimshot copy area'
bindsym --locked XF86AudioRaiseVolume exec 'pamixer -i 5' 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' bindsym --locked XF86MonBrightnessDown exec 'brillo -U 5; brillo -O'
default_border pixel 5 default_border pixel 5
gaps outer 5 gaps inner 15
smart_borders on smart_borders on
smart_gaps on smart_gaps on
@ -250,14 +250,14 @@ assign [app_id="telegram-desktop"] "8: comms"
exec brillo -I exec brillo -I
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
exec pipewire exec pipewire
exec /usr/libexec/xdg-desktop-portal-wlr
exec "foot --server" exec "foot --server"
exec "wlsunset -l -34.61315 -L -58.37723" exec "wlsunset -l -34.61315 -L -58.37723"
exec "pgrep -x syncthing >/dev/null || syncthing -no-browser" exec "pgrep -x syncthing >/dev/null || syncthing -no-browser"
exec swaync
exec kanshi exec kanshi
exec fnott
exec "mbsync -a" exec "mbsync -a"
exec "mpd && mpd-mpris -host ~/.mpd/socket -network unix" exec "pgrep -x goimapnotify >/dev/null || goimapnotify -wait 1 -conf ~/.config/imapnotify/config.json"
exec "pgrep -x goimapnotify >/dev/null || goimapnotify -conf ~/.config/imapnotify/config.json"
exec "foot --app-id=neomutt neomutt" exec "sleep 1; footclient --app-id=neomutt neomutt"
exec telegram-desktop exec telegram-desktop

@ -1 +1 @@
Subproject commit 6fcc7dffe1f5793bb87122d2d445171d568d052a Subproject commit 12999418de5ebc9ba43604052e464a7ab1c7e5b7