From: Tobias Sachs Date: Sat, 28 Jan 2023 11:13:57 +0000 (+0100) Subject: Merge branch 'main' of ssh://src.twobees.de/git/dotfiles X-Git-Url: https://src.twobees.de/?a=commitdiff_plain;h=b0a32cdf52197353414660d694f9e29b4942479b;hp=f0059d66f8c6f53c3a6e40af76a6518ca039ae44;p=dotfiles.git Merge branch 'main' of ssh://src.twobees.de/git/dotfiles --- diff --git a/stow/i3/.config/i3/config b/stow/i3/.config/i3/config index 0b8c327..9c66e06 100644 --- a/stow/i3/.config/i3/config +++ b/stow/i3/.config/i3/config @@ -57,6 +57,8 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU floating_modifier $mod bindsym $mod+Return exec ~/.bin/sensible-terminal.sh +bindsym $mod+Shift+d exec /usr/bin/dolphin +bindsym $mod+Shift+f exec firefox # start a terminal # use hefault and hope for the best. ... # bindsym $mod+Return exec /usr/bin/gnome-terminal diff --git a/stow/nvim/.config/nvim/after/plugin/lspsetup.lua b/stow/nvim/.config/nvim/after/plugin/lspsetup.lua index 9fe4506..367011f 100644 --- a/stow/nvim/.config/nvim/after/plugin/lspsetup.lua +++ b/stow/nvim/.config/nvim/after/plugin/lspsetup.lua @@ -21,6 +21,7 @@ lsp.on_attach = function (_, bufnr) vim.keymap.set ("n", "dk", vim.diagnostic.goto_prev, options) -- goto diognostic prev vim.keymap.set ("n", "dl", "Telescope diagnostic", options) -- goto list failure vim.keymap.set ("n", "r", vim.lsp.buf.rename, options) + vim.keymap.set ("n", "f", vim.lsp.buf.code_action, options) end local cmp = require('cmp') diff --git a/stow/oh-my-zsh/.oh-my-zsh b/stow/oh-my-zsh/.oh-my-zsh index a3c579b..a1c54e0 160000 --- a/stow/oh-my-zsh/.oh-my-zsh +++ b/stow/oh-my-zsh/.oh-my-zsh @@ -1 +1 @@ -Subproject commit a3c579bf27b34942d4c6ad64e7cfd75788b05ea3 +Subproject commit a1c54e03f98b594a6fcc368c2c113d469ffaa368 diff --git a/stow/wallpapers/.walls/pexels-nick-collins-1292998.jpg b/stow/wallpapers/.walls/pexels-nick-collins-1292998.jpg deleted file mode 100644 index 04059fc..0000000 Binary files a/stow/wallpapers/.walls/pexels-nick-collins-1292998.jpg and /dev/null differ diff --git a/stow/zsh/.zshrc b/stow/zsh/.zshrc index d266daa..d8de298 100644 --- a/stow/zsh/.zshrc +++ b/stow/zsh/.zshrc @@ -115,4 +115,4 @@ alias t='tail -F -n 40' # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" -export PATH=$PATH:~/bin:~/.bin:/snap/bin +export PATH=$PATH:~/bin:~/.bin:/snap/bin:~/AppImages