diff --git a/.config/hypr/keys.conf b/.config/hypr/keys.conf index 8644790..dd2e55c 100644 --- a/.config/hypr/keys.conf +++ b/.config/hypr/keys.conf @@ -6,8 +6,8 @@ bind = $main, D, exec, $editor bind = $main, E, exec, $files bind = $main, L, exec, $lockscreen bind = $main, T, exec, $terminal -bind = $main, M, exec, pkill $statusbar || $statusbar -bind = $main, Space, exec, pkill $menu || $menu +bind = $main, O, exec, pkill $menu || $menu +bind = $main, S, exec, pkill $statusbar || $statusbar bind = $main SHIFT, T, exec, [float;size 960 540;center] $terminal bind = , Print, exec, $screenshot @@ -45,7 +45,18 @@ bind =, KP_End, workspace, 7 bind =, KP_Down, workspace, 8 bind =, KP_Next, workspace, 9 -# Move window to a specific workspace +# Move window to a specific workspace with numpad +bind = $main, KP_Home, movetoworkspace, 1 +bind = $main, KP_Up, movetoworkspace, 2 +bind = $main, KP_Prior, movetoworkspace, 3 +bind = $main, KP_Left, movetoworkspace, 4 +bind = $main, KP_Begin, movetoworkspace, 5 +bind = $main, KP_Right, movetoworkspace, 6 +bind = $main, KP_End, movetoworkspace, 7 +bind = $main, KP_Down, movetoworkspace, 8 +bind = $main, KP_Next, movetoworkspace, 9 + +# Move window to a specific workspace with numbers bind = $main, 1, movetoworkspace, 1 bind = $main, 2, movetoworkspace, 2 bind = $main, 3, movetoworkspace, 3 diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index 983f1d9..9773dc9 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -9,10 +9,10 @@ "noice.nvim": { "branch": "main", "commit": "bf67d70bd7265d075191e7812d8eb42b9791f737" }, "nui.nvim": { "branch": "main", "commit": "756c59f46057cd2d43619cd3a6d4e01b2aa60295" }, "nvim-autopairs": { "branch": "master", "commit": "c6139ca0d5ad7af129ea6c89cb4c56093f2c034a" }, - "nvim-lspconfig": { "branch": "master", "commit": "16295b79410f131c4fa7870c663b4ace6a761fb2" }, + "nvim-lspconfig": { "branch": "master", "commit": "99330586c6e1912c890fc39d19d97571fde660cd" }, "nvim-notify": { "branch": "master", "commit": "5371f4bfc1f6d3adf4fe9d62cd3a9d44356bfd15" }, "nvim-tree.lua": { "branch": "master", "commit": "041dbd18f440207ad161503a384e7c82d575db66" }, - "nvim-treesitter": { "branch": "master", "commit": "7ff51f53b0efb6228df2e8539b51bb2e737b77f3" }, + "nvim-treesitter": { "branch": "master", "commit": "488bec03254207b1dd071be8cb1fb78434b6e777" }, "nvim-web-devicons": { "branch": "master", "commit": "75df79feb02d5e0ec114e447453775d4d291ea03" }, "plenary.nvim": { "branch": "master", "commit": "f7adfc4b3f4f91aab6caebf42b3682945fbc35be" }, "telescope-project.nvim": { "branch": "master", "commit": "1aaf16580a614601a7f7077d9639aeb457dc5559" },