diff --git a/.config/nvim/pack/plugins/opt/lspconfig b/.config/nvim/pack/plugins/opt/lspconfig index 0f598b9..444eab0 160000 --- a/.config/nvim/pack/plugins/opt/lspconfig +++ b/.config/nvim/pack/plugins/opt/lspconfig @@ -1 +1 @@ -Subproject commit 0f598b9ab9f2a6d7e137074be99c8d89af44b990 +Subproject commit 444eab07bb7881cad984c68c89fde276f7a26d81 diff --git a/.config/nvim/pack/plugins/opt/onedark b/.config/nvim/pack/plugins/opt/onedark index 8ef5192..462b457 160000 --- a/.config/nvim/pack/plugins/opt/onedark +++ b/.config/nvim/pack/plugins/opt/onedark @@ -1 +1 @@ -Subproject commit 8ef51924724d506e515f2d3ac9f959a9eaf38f3d +Subproject commit 462b45758ea94ff30ad48979268094590a6b7b7e diff --git a/.config/nvim/pack/plugins/opt/plenary b/.config/nvim/pack/plugins/opt/plenary index 499e074..36aaceb 160000 --- a/.config/nvim/pack/plugins/opt/plenary +++ b/.config/nvim/pack/plugins/opt/plenary @@ -1 +1 @@ -Subproject commit 499e0743cf5e8075cd32af68baa3946a1c76adf1 +Subproject commit 36aaceb6e93addd20b1b18f94d86aecc552f30c4 diff --git a/.config/nvim/pack/plugins/opt/telescope b/.config/nvim/pack/plugins/opt/telescope index 4226740..00cf150 160000 --- a/.config/nvim/pack/plugins/opt/telescope +++ b/.config/nvim/pack/plugins/opt/telescope @@ -1 +1 @@ -Subproject commit 42267407ae588fd6c07238777d48869571193a49 +Subproject commit 00cf15074a2997487813672a75f946d2ead95eb0 diff --git a/.config/nvim/pack/plugins/opt/treesitter b/.config/nvim/pack/plugins/opt/treesitter index 2c59e0f..70f161b 160000 --- a/.config/nvim/pack/plugins/opt/treesitter +++ b/.config/nvim/pack/plugins/opt/treesitter @@ -1 +1 @@ -Subproject commit 2c59e0ff3da6514b03d853ebecb6c36c515a5d7d +Subproject commit 70f161b1dda985d08e106d5e3744b2612755f748 diff --git a/.config/sway/config.d/10-variables.conf b/.config/sway/config.d/10-variables.conf index 85f4bd9..f6c2e98 100644 --- a/.config/sway/config.d/10-variables.conf +++ b/.config/sway/config.d/10-variables.conf @@ -5,15 +5,15 @@ set $down k set $up j set $right l -set $menu dmenu_path | dmenu | xargs swaymsg exec -- +set $menu dmenu_run | xargs swaymsg exec -- set $term alacritty set $browser firefox set $private_browser firefox --private-window set $files pcmanfm set $wallpapers $HOME/.config/wallpapers set $lock swaylock -F -f -i $wallpapers/lock.png -set $screenshot grim - | wl-copy -set $screenshot_rect grim -g "$(slurp)" - | wl-copy +set $screenshot flameshot full -c +set $screenshot_rect flameshot gui set $ws1 1:TTY set $ws2 2:WEB diff --git a/.config/sway/config.d/20-io.conf b/.config/sway/config.d/20-io.conf index 17ab596..e345b11 100644 --- a/.config/sway/config.d/20-io.conf +++ b/.config/sway/config.d/20-io.conf @@ -1,7 +1,6 @@ input type:keyboard { xkb_layout "us" xkb_variant "altgr-intl" - xkb_numlock "enable" } input type:pointer { @@ -18,5 +17,5 @@ output { eDP-1 position 0 0 DP-3 position 1920 0 DP-2 position 3840 0 - * bg $wallpapers/landscape.png fill + * bg $wallpapers/mount_cook.jpg fill } diff --git a/.config/sway/config.d/30-startup.conf b/.config/sway/config.d/30-startup.conf index a6490a4..9e5616c 100644 --- a/.config/sway/config.d/30-startup.conf +++ b/.config/sway/config.d/30-startup.conf @@ -13,5 +13,8 @@ exec swayidle -w \ bar swaybar_command waybar -exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 +exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # arch +#exec /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 # debian +#exec /usr/libexec/polkit-gnome-authentication-agent-1 & # fedora + exec gammastep diff --git a/.config/sway/config.d/40-hotkeys.conf b/.config/sway/config.d/40-hotkeys.conf index 721f202..97be183 100644 --- a/.config/sway/config.d/40-hotkeys.conf +++ b/.config/sway/config.d/40-hotkeys.conf @@ -11,17 +11,15 @@ # Hotkeys bindsym --locked XF86AudioRaiseVolume exec set-vol +5 bindsym --locked XF86AudioLowerVolume exec set-vol -5 - bindsym --locked XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle - bindsym --locked Ctrl+XF86AudioMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle + bindsym --locked XF86AudioMute exec set-vol m + bindsym --locked Ctrl+XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle bindsym --locked XF86AudioPlay exec playerctl play-pause bindsym --locked XF86AudioPrev exec playerctl previous bindsym --locked XF86AudioNext exec playerctl next - bindsym --locked Ctrl+Insert exec playerctl play-pause - bindsym --locked Ctrl+Prior exec playerctl previous - bindsym --locked Ctrl+Next exec playerctl next bindsym --locked Ctrl+F4 input type:touchpad events toggle bindsym --locked XF86MonBrightnessUp exec set-light +10 bindsym --locked XF86MonBrightnessDown exec set-light -10 + bindsym XF86_Calculator exec $term -epython # Kill focused window bindsym $mod+Shift+c kill @@ -49,8 +47,8 @@ bindsym $mod+Shift+$right move right # Move the focused workspace with the same, but add Control - bindsym $mod+Control+$down move workspace to left - bindsym $mod+Control+$up move workspace to right + bindsym $mod+comma move workspace to left + bindsym $mod+period move workspace to right ## Workspaces: # Switch to workspace diff --git a/.config/waybar/config b/.config/waybar/config index 9928682..3d98f9c 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -72,9 +72,9 @@ "format": "{name}", }, "custom/crypto": { - "exec": "crypto.sh", - "interval": 600, + "exec": "crypto", + "interval": 3600, } } -// vim: ft=css +// vim: ft=json diff --git a/.config/zsh/custom/themes/powerlevel10k b/.config/zsh/custom/themes/powerlevel10k index e4b8925..ab8bac0 160000 --- a/.config/zsh/custom/themes/powerlevel10k +++ b/.config/zsh/custom/themes/powerlevel10k @@ -1 +1 @@ -Subproject commit e4b8925478d79795713c80dca4680782a33cdc1b +Subproject commit ab8bac01e2a90e1cd749d4936e4decbdba3c2727 diff --git a/.config/zsh/ohmyzsh b/.config/zsh/ohmyzsh index 50c6786..c0e811c 160000 --- a/.config/zsh/ohmyzsh +++ b/.config/zsh/ohmyzsh @@ -1 +1 @@ -Subproject commit 50c678687e73d1433f278b7bb7f168e8fa817670 +Subproject commit c0e811c90df387eca4223c7d4dbb3f2d32a684c7