diff --git a/.config/htop/htoprc b/.config/htop/htoprc index 0f2c6a3..e1ca2ff 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -5,7 +5,7 @@ config_reader_min_version=3 fields=0 48 17 18 38 39 40 2 46 47 49 1 hide_kernel_threads=1 hide_userland_threads=0 -hide_running_in_container=1 +hide_running_in_container=0 shadow_other_users=0 show_thread_names=1 show_program_path=0 @@ -42,7 +42,7 @@ tree_view=1 sort_key=46 tree_sort_key=0 sort_direction=-1 -tree_sort_direction=-1 +tree_sort_direction=1 tree_view_always_by_pid=1 all_branches_collapsed=1 screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command @@ -51,7 +51,7 @@ screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU P .tree_view=1 .tree_view_always_by_pid=1 .sort_direction=-1 -.tree_sort_direction=-1 +.tree_sort_direction=1 .all_branches_collapsed=1 screen:I/O=PID USER IO_PRIORITY IO_RATE IO_READ_RATE IO_WRITE_RATE PERCENT_SWAP_DELAY PERCENT_IO_DELAY Command .sort_key=IO_RATE diff --git a/.config/nvim/lua/intangible/packages.lua b/.config/nvim/lua/intangible/packages.lua index 0107163..97f2469 100644 --- a/.config/nvim/lua/intangible/packages.lua +++ b/.config/nvim/lua/intangible/packages.lua @@ -108,8 +108,8 @@ return require('lazy').setup({ python = { function() return { - exe = 'black', - args = {'-q', '-'}, + exe = 'ruff', + args = {'format', '-q', '-'}, stdin = true, } end @@ -233,6 +233,7 @@ return require('lazy').setup({ 'json5', 'jsonnet', 'julia', + 'kdl', 'latex', 'llvm', 'lua', diff --git a/.config/sway/config b/.config/sway/config index e6a7ba5..632ee8c 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -43,6 +43,8 @@ for_window [app_id="firefox" title="Picture-in-Picture"] floating enable # Kill focused window bindsym $mod+Shift+c kill + bindsym $mod+e exec emacs + bindsym $mod+w exec firefox bindsym $mod+Shift+w exec flatpak run com.google.Chrome @@ -133,9 +135,9 @@ for_window [app_id="firefox" title="Picture-in-Picture"] floating enable bindsym $mod+b exec "zathura $(fd . ~/books | wofi --show dmenu)" # Switch the current container between different layout styles - bindsym $mod+s layout stacking + #bindsym $mod+s layout stacking #bindsym $mod+w layout tabbed - bindsym $mod+e layout toggle split + #bindsym $mod+e layout toggle split # Make the current focus fullscreen bindsym $mod+f fullscreen diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index efd4747..aefbb27 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1 +1,2 @@ set guioptions none +set selection-clipboard clipboard