diff options
-rw-r--r-- | Pictures/icons/vesktop.png | bin | 0 -> 9763 bytes | |||
-rw-r--r-- | dot_bashrc | 1 | ||||
-rw-r--r-- | dot_config/i3/config | 2 | ||||
-rw-r--r-- | dot_profile | 2 | ||||
-rw-r--r-- | dot_vimrc | 2 |
5 files changed, 4 insertions, 3 deletions
diff --git a/Pictures/icons/vesktop.png b/Pictures/icons/vesktop.png Binary files differnew file mode 100644 index 0000000..027ab0b --- /dev/null +++ b/Pictures/icons/vesktop.png @@ -30,6 +30,7 @@ export CALCHISTFILE="$XDG_CACHE_HOME"/calc_history export CARGO_HOME="$XDG_DATA_HOME"/cargo export DOTNET_CLI_HOME="$XDG_DATA_HOME"/dotnet export GDBHISTFILE="$XDG_CONFIG_HOME"/gdb/.gdb_history +export ANSIBLE_CONFIG="$HOME/workbench/homelab-iac/ansible/ansible.cfg" parse_git_branch() { git branch 2>/dev/null | grep '\*' | sed 's/* /(/' | sed 's/$/)/' diff --git a/dot_config/i3/config b/dot_config/i3/config index 1629d3e..aa76ecf 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -387,7 +387,7 @@ bindsym $mod+Shift+W exec notify-send -t 5000 -i /usr/share/icons/hicolor/256x25 bindsym $mod+Shift+C exec notify-send -t 5000 -i /usr/share/icons/hicolor/256x256/apps/chromium.png "Opening" "<span color='#5D7FD2' font='26px'><b>chromium</b></span>" ; exec chromium # (D)iscord -bindsym $mod+Shift+D exec notify-send -t 5000 -i /home/mas/Pictures/icons/discord.png "Opening" "<span color='#738ADB' font='26px'><b>Discord</b></span>" ; exec Discord +bindsym $mod+Shift+D exec notify-send -t 5000 -i /home/mas/Pictures/icons/vesktop.png "Opening" "<span color='#738ADB' font='26px'><b>Vesktop</b></span>" ; exec Vesktop # (V)irtualBox bindsym $mod+Shift+V exec notify-send -t 5000 -i /usr/share/icons/hicolor/128x128/mimetypes/virtualbox.png "Launching" "<span color='blue' font='26px'><b>VirtualBox</b></span>" ; exec VirtualBox diff --git a/dot_profile b/dot_profile index 46f5ea5..82d3305 100644 --- a/dot_profile +++ b/dot_profile @@ -2,7 +2,7 @@ # Profile file. Runs on login. Environmental variables are set here. -export PATH="$HOME/.local/bin:$HOME/py:$HOME/.local/usr/local/bin:$HOME/.local/usr/bin:$HOME/.local/share/gem/ruby/3.0.0/bin:$HOME/.cargo/bin:$PATH" +export PATH="$HOME/.local/bin:$HOME/py:$HOME/.local/usr/local/bin:$HOME/.local/usr/bin:$HOME/.local/share/gem/ruby/3.0.0/bin:$HOME/.cargo/bin:$PATH:$HOME/AppImages" export XBPS_DISTDIR="$HOME/workbench/void-packages" #Allow user-wide installations for npm @@ -1,7 +1,7 @@ let mapleader ='\' set bg=dark -set go=a +"set go=a deprecated since neovim 0.11 set mouse=a set nohlsearch set clipboard+=unnamedplus |