diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc index 4aa4f723..1b04a6cb 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -7,7 +7,6 @@ // execute with: fastfetch --colors-block-range-start 9 --colors-block-width 3 - { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { @@ -76,3 +75,4 @@ }, ] } + diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index d45afb2e..b38b4da7 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,5 +1,6 @@ exec-once="hyprpaper" exec-once="waybar" +exec-once="wlsunset" #exec-once="dunst" env = XCURSOR_SIZE,24 @@ -110,6 +111,28 @@ bind = SUPER SHIFT, 8, movetoworkspace, 8 bind = SUPER SHIFT, 9, movetoworkspace, 9 bind = SUPER SHIFT, 0, movetoworkspace, 10 +# Make a workspace switch monitor +bind = SUPER CTRL, 1, moveworkspacetomonitor, 1 current +bind = SUPER CTRL, 1, workspace, 1 +bind = SUPER CTRL, 2, moveworkspacetomonitor, 2 current +bind = SUPER CTRL, 2, workspace, 2 +bind = SUPER CTRL, 3, moveworkspacetomonitor, 3 current +bind = SUPER CTRL, 3, workspace, 3 +bind = SUPER CTRL, 4, moveworkspacetomonitor, 4 current +bind = SUPER CTRL, 4, workspace, 4 +bind = SUPER CTRL, 5, moveworkspacetomonitor, 5 current +bind = SUPER CTRL, 5, workspace, 5 +bind = SUPER CTRL, 6, moveworkspacetomonitor, 6 current +bind = SUPER CTRL, 6, workspace, 6 +bind = SUPER CTRL, 7, moveworkspacetomonitor, 7 current +bind = SUPER CTRL, 7, workspace, 7 +bind = SUPER CTRL, 8, moveworkspacetomonitor, 8 current +bind = SUPER CTRL, 8, workspace, 8 +bind = SUPER CTRL, 9, moveworkspacetomonitor, 9 current +bind = SUPER CTRL, 9, workspace, 9 +bind = SUPER CTRL, 0, moveworkspacetomonitor, 10 current +bind = SUPER CTRL, 0, workspace, 10 + # Mouse binds bindm = SUPER, mouse:272, movewindow bindm = SUPER, mouse:273, resizewindow diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 661de73a..98261aca 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -1,5 +1,19 @@ -set clipboard=unnamedplus +set clipboard+=unnamedplus syntax on set relativenumber -set t_Co=16 +set number +set t_Co=24 +set notermguicolors + +" " Copy to clipboard +vnoremap y "+y +nnoremap Y "+yg_ +nnoremap y "+y +nnoremap yy "+yy + +" " Paste from clipboard +nnoremap p "+p +nnoremap P "+P +vnoremap p "+p +vnoremap P "+P diff --git a/.config/waybar/config b/.config/waybar/config index f89d783a..44ae7433 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -188,7 +188,7 @@ "default": "" }, "persistent-workspaces": { - "*": [ 1,2,3,4,5,6,7,8,9,0 ], + "*": [ 1,2,3,4,5,6,7,8,9,10 ], }, }, "network": { diff --git a/feeds.opml b/feeds.opml index 337dc515..450054a5 100644 --- a/feeds.opml +++ b/feeds.opml @@ -4,42 +4,45 @@ NewsFlash OPML export - - - - - - - - - - - - - - - + + + + + + + - - - - - - - - - - + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pictures/max@debian b/pictures/max@debian new file mode 100644 index 00000000..9eca6a6a Binary files /dev/null and b/pictures/max@debian differ