update
This commit is contained in:
parent
5248663109
commit
1367efb82e
3 changed files with 19 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
import = ["~/.config/alacritty/one-dark.toml"]
|
||||
|
||||
[font]
|
||||
size = 14
|
||||
|
@ -6,3 +5,6 @@ size = 14
|
|||
[font.normal]
|
||||
family = "Fira Code"
|
||||
style = "Regular"
|
||||
|
||||
[general]
|
||||
import = ["~/.config/alacritty/one-dark.toml"]
|
||||
|
|
|
@ -197,6 +197,8 @@ bindsym $mod+Shift+0 move container to workspace $workspace10
|
|||
# move current workspace to output
|
||||
bindsym $mod+$mod2+Right move workspace to output right
|
||||
bindsym $mod+$mod2+Left move workspace to output left
|
||||
bindsym $mod+$mod2+Up move workspace to output up
|
||||
bindsym $mod+$mod2+Down move workspace to output down
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# sway management
|
||||
|
@ -351,3 +353,11 @@ exec_always {
|
|||
# ------------------------------------------------------------------------------
|
||||
exec $HOME/.local/bin/fix_xdg_desktop_portal_sharing.sh
|
||||
include /etc/sway/config.d/50-systemd-user.conf
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Clipboard Manager
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
exec wl-paste --type text --watch cliphist store
|
||||
exec wl-paste --type image --watch cliphist store
|
||||
bindsym $mod+Shift+v exec cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||
|
|
|
@ -10,6 +10,11 @@ alias ts='watson log -dcj | watson2timesheet'
|
|||
export SDKMAN_DIR="$HOME/.sdkman"
|
||||
[ -s "$SDKMAN_DIR/bin/sdkman-init.sh" ] && . "$SDKMAN_DIR/bin/sdkman-init.sh"
|
||||
|
||||
# pyenv
|
||||
#echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc
|
||||
#echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshrc
|
||||
#echo 'eval "$(pyenv init -)"' >> ~/.zshrc
|
||||
|
||||
# Terraform
|
||||
complete -o nospace -C /home/loherj/.terraform.versions/terraform_1.3.6 terraform
|
||||
export TF_PLUGIN_CACHE_DIR="$HOME/.terraform.d/plugin-cache"
|
||||
|
|
Loading…
Reference in a new issue