diff --git a/.config/yadm/alt/.bin/simit##o.Linux,h.epiphanius b/.config/yadm/alt/.bin/simit##o.Linux,h.epiphanius index af4b1cc..1deed85 100755 --- a/.config/yadm/alt/.bin/simit##o.Linux,h.epiphanius +++ b/.config/yadm/alt/.bin/simit##o.Linux,h.epiphanius @@ -1,4 +1,4 @@ #!/bin/bash -gopass bolcom/ad/snarbutas |sudo openconnect --conf /etc/openconnect/bol-vpn-At-Papendorp.conf remote.bol.com --user snarbutas +gopass bolcom/ad/snarbutas |sudo openconnect --conf /etc/openconnect/bol-vpn-From-Other.conf remote.bol.com --user snarbutas sleep 2 gopass bolcom/dc/snarbutas |kinit -p snarbutas@BOLCOM.NET diff --git a/.config/yadm/alt/.config/awesome/rc.lua##o.Linux,h.epiphanius b/.config/yadm/alt/.config/awesome/rc.lua##o.Linux,h.epiphanius index 268fe39..03ea70d 100644 --- a/.config/yadm/alt/.config/awesome/rc.lua##o.Linux,h.epiphanius +++ b/.config/yadm/alt/.config/awesome/rc.lua##o.Linux,h.epiphanius @@ -454,7 +454,7 @@ globalkeys = gears.table.join( awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end, {description = "run prompt", group = "launcher"}), - awful.key({ modkey }, "x", + awful.key({ modkey }, "X", function () awful.prompt.run { prompt = "Run Lua code: ", diff --git a/.zsh.d/15-ruby.zsh b/.zsh.d/15-ruby.zsh index 72c8791..89bc06f 100644 --- a/.zsh.d/15-ruby.zsh +++ b/.zsh.d/15-ruby.zsh @@ -1,6 +1,6 @@ -#for dir in ~/.rbenv/bin ~/.rbenv/shims ~/.gem/ruby/*/bin(ocN); do -# if test -d "$dir"; then -# export PATH="${PATH}:${dir}" -# fi -#done -#eval "$(rbenv init -)" +for dir in ~/.rbenv/bin ~/.rbenv/shims; do + if test -d "$dir"; then + export PATH="${PATH}:${dir}" + fi +done +eval "$(rbenv init -)" diff --git a/.zsh.d/20-aliases.zsh b/.zsh.d/20-aliases.zsh index 66918f4..92dd89b 100644 --- a/.zsh.d/20-aliases.zsh +++ b/.zsh.d/20-aliases.zsh @@ -4,7 +4,7 @@ else alias ls='ls -F' fi alias ll='ls -lh' -alias cat='bat' +alias cat='bat -p' if grep --color=auto >&/dev/null; then alias grep='grep --color=auto' @@ -15,6 +15,7 @@ if which nvim > /dev/null; then alias vi='nvim' fi +alias feh="feh -Z -." alias find='noglob find' alias git='noglob git' alias history='history -2000' diff --git a/.zsh.d/50-env.zsh b/.zsh.d/50-env.zsh index d5d4bac..2d699db 100644 --- a/.zsh.d/50-env.zsh +++ b/.zsh.d/50-env.zsh @@ -2,3 +2,6 @@ export BAT_THEME="dark_neon" #export BAT_THEME="Monokai Extended" export SPOTIFY_CLIENT=a9138a6b1082438fa196221f9da72617 export SPOTIFY_SECRET=1c6ea12d0ba7455a9de42c693c77bc47 + +# sway socket export +export SWAYSOCK=$(find /run/user/1000 -name sway*)