diff --git a/dots/config/bspwm/sxhkdrc b/dots/config/bspwm/sxhkdrc index 9186c99bd..8416dfa81 100644 --- a/dots/config/bspwm/sxhkdrc +++ b/dots/config/bspwm/sxhkdrc @@ -151,7 +151,7 @@ super + ctrl + {h,l} super + {grave,Tab} bspc {node,desktop} -f last -# focus or send to the given desktop +# focus or send to the given workspace super + ctrl + {_,shift + }{1-9,0} bspc {desktop -f,node -d} '^{1-9,10}' diff --git a/home.nix b/home.nix index c5c249402..7f551f2b1 100644 --- a/home.nix +++ b/home.nix @@ -36,6 +36,7 @@ in { extraConfig = { core = { editor = "nvim"; + pager = "delta"; }; }; }; diff --git a/nix-config/home/packages.nix b/nix-config/home/packages.nix index 3293ec126..0a76c326e 100644 --- a/nix-config/home/packages.nix +++ b/nix-config/home/packages.nix @@ -13,7 +13,7 @@ in { libmpdclient playerctl mpd ncmpcpp mpc-cli pamixer # dev related alacritty wezterm geany rustup libvirt maim papirus-icon-theme joypixels zig gcc - lazygit xclip zoxide fzf fd zellij sesh docker mysql-workbench + lazygit xclip zoxide fzf fd zellij sesh docker mysql-workbench delta # zsh related zsh zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting zsh-autocomplete