diff --git a/btop.conf b/btop.conf index f5635e5..7efd8cb 100644 --- a/btop.conf +++ b/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.2.10 +#? Config file for btop v. 1.2.13 #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" @@ -16,7 +16,7 @@ force_tty = False #* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets. #* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box. -#* Use withespace " " as separator between different presets. +#* Use whitespace " " as separator between different presets. #* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty" presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty" diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 7733ecc..359dfd6 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -34,3 +34,12 @@ XF86Launch5 # F15 = middle click XF86Launch6 xdotool click 2 + +# F16 = scroll up +XF86Launch7 + xdotool click 4 + +# F17 = scroll down +XF86Launch8 + xdotool click 5 + diff --git a/vscodium.json b/vscodium.json index b9a1c21..0591d61 100644 --- a/vscodium.json +++ b/vscodium.json @@ -47,6 +47,6 @@ "editor.glyphMargin": false, "editor.formatOnSave": true, "omnisharp.useModernNet": false, - "workbench.colorTheme": "Community Material Theme Darker High Contrast", + "workbench.colorTheme": "Visual Studio Dark", "window.zoomLevel": 1 } \ No newline at end of file