From d3428aafc8d6d7661ec1a02f9e62cd669af48113 Mon Sep 17 00:00:00 2001 From: Cy Pokhrel Date: Fri, 1 Nov 2024 11:34:42 -0400 Subject: [PATCH] some "updates" --- git/config | 3 --- nvim/lazy-lock.json | 9 +++++---- sway/config | 7 ++----- tmux/tmux.conf | 12 +++++++----- 4 files changed, 14 insertions(+), 17 deletions(-) diff --git a/git/config b/git/config index b5eb058..c409e2b 100644 --- a/git/config +++ b/git/config @@ -20,6 +20,3 @@ [diff] colorMoved = default - -[commit] - gpgSign = true diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json index d25521b..af9d741 100644 --- a/nvim/lazy-lock.json +++ b/nvim/lazy-lock.json @@ -7,13 +7,14 @@ "cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" }, "dressing.nvim": { "branch": "master", "commit": "1b7921eecc65af1baf8ac1dc06f0794934cbcfb2" }, "fzf-lua": { "branch": "main", "commit": "ce1e24f2a48089b65deefcb0a71a9856839002b5" }, - "gitsigns.nvim": { "branch": "main", "commit": "ee7634ab4f0a6606438fe13e16cbf2065589a5ed" }, + "gitsigns.nvim": { "branch": "main", "commit": "2d725fdd7fe4a612fa3171ca0a965f455d8dc325" }, "lazy.nvim": { "branch": "main", "commit": "cf8ecc2c5e4332760431a33534240b0cbc6680ab" }, "lualine.nvim": { "branch": "master", "commit": "b431d228b7bbcdaea818bdc3e25b8cdbe861f056" }, + "nvim-autopairs": { "branch": "master", "commit": "ee297f215e95a60b01fde33275cc3c820eddeebe" }, "nvim-cmp": { "branch": "main", "commit": "29fb4854573355792df9e156cb779f0d31308796" }, - "nvim-lspconfig": { "branch": "master", "commit": "28b205ebe73a18f401e040585106f9bafd8ff21f" }, - "nvim-tree.lua": { "branch": "master", "commit": "14039337a563f4efd72831888f332a15585f0ea1" }, - "nvim-treesitter": { "branch": "master", "commit": "00d219068385a4aa80859d4606ad6e03af6faa83" }, + "nvim-lspconfig": { "branch": "master", "commit": "59a6766cbf32c7e4cf3ed685ccad7ffe1dde8c40" }, + "nvim-tree.lua": { "branch": "master", "commit": "120ba58254835d412bbc91cffe847e9be835fadd" }, + "nvim-treesitter": { "branch": "master", "commit": "39016abc99853c3e9d70f1bec7e2fa661b9a81bf" }, "nvim-web-devicons": { "branch": "master", "commit": "19d257cf889f79f4022163c3fbb5e08639077bd8" }, "tokyonight.nvim": { "branch": "main", "commit": "2e1daa1d164ad8cc3e99b44ca68e990888a66038" }, "ultisnips": { "branch": "master", "commit": "49dc8cb2086db19d385791c8e1635723b0fd95c7" }, diff --git a/sway/config b/sway/config index bc9a69f..fbf8075 100644 --- a/sway/config +++ b/sway/config @@ -11,10 +11,8 @@ set $screenshot grim -g "$(slurp)" - | wl-copy set $browser librewolf set $clipboard rofi -show clipboard -show-icons set $emoji rofimoji -set $calc rofi -show calc -no-show-match -no-sort set $youtube $HOME/.config/sway/scripts/youtube.sh set $music chromium --profile-directory=Default --app-id=cinhimbnkkaeohfgghhklpknlkffjgod -set $rss chromium --profile-directory=Default --app-id=ghncceofpdlcdigkealkgbemafcmicmh set $font_family DejaVu Sans Mono set $font_size 11 @@ -40,9 +38,8 @@ bindsym $mod+d exec $menu bindsym $mod+Shift+c reload bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit' bindsym Print exec $screenshot -bindsym $mod+c exec $clipboard +bindsym $mod+comma exec $clipboard bindsym $mod+period exec $emoji -bindsym $mod+comma exec $calc bindsym $mod+$alt+b exec $browser bindsym $mod+$alt+a exec anki @@ -50,8 +47,8 @@ bindsym $mod+$alt+f exec dolphin bindsym $mod+$alt+p exec pomatez bindsym $mod+$alt+y exec $youtube bindsym $mod+$alt+m exec $music -bindsym $mod+$alt+r exec $rss bindsym $mod+$alt+e exec evolution +bindsym $mod+$alt+c exec korganizer bindsym $mod+$left focus left bindsym $mod+$down focus down diff --git a/tmux/tmux.conf b/tmux/tmux.conf index af3ab98..9fbeee8 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -3,12 +3,14 @@ set -g mouse off unbind C-b set -g prefix C-f -bind-key C-f send-prefix +bind C-f send-prefix +unbind C-l +unbind l -# bind -n M-h select-pane -L -# bind -n M-j select-pane -D -# bind -n M-k select-pane -U -# bind -n M-l select-pane -R +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R #reload config file bind r source-file ~/.config/tmux/tmux.conf