diff options
-rw-r--r-- | .bashrc | 1 | ||||
-rw-r--r-- | .config/git/config (renamed from .gitconfig) | 0 | ||||
-rw-r--r-- | .config/sway/config | 9 |
3 files changed, 6 insertions, 4 deletions
@@ -32,6 +32,7 @@ export SSH_AUTH_SOCK=/run/user/1000/ssh-agent.sock ( pgrep -u $USER ssh-agent || ssh-agent -a $SSH_AUTH_SOCK ; ) >/dev/null export XDG_CONFIG_HOME=$HOME/.config +export EDITOR=kak apwd () { pwd | sed -e 's!'"$HOME"'!~!' diff --git a/.gitconfig b/.config/git/config index 6275dc3..6275dc3 100644 --- a/.gitconfig +++ b/.config/git/config diff --git a/.config/sway/config b/.config/sway/config index 621e47a..5b3ae5a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -8,7 +8,7 @@ set $right l set $term foot set $menu bemenu-run | xargs swaymsg exec -- -output * bg /home/rebecca/Pictures/lagana.png stretch +output * bg /home/rebecca/img/lagana.png stretch ### Idle configuration # @@ -92,6 +92,7 @@ bindsym $mod+Shift+space floating toggle bindsym $mod+space focus mode_toggle bindsym $mod+a focus parent +bindsym $mod+Shift+a focus child bindsym $mod+Shift+minus move scratchpad bindsym $mod+minus scratchpad show @@ -115,7 +116,7 @@ bindsym $mod+r mode "resize" bar { position bottom separator_symbol ' :: ' - status_command ~/.local/bin/status.sh + status_command ~/bin/status.sh colors { statusline #ffffff background #323232 @@ -130,8 +131,8 @@ bindsym $mod+Shift+f exec "apulse firefox-wayland" bindsym $mod+b workspace back_and_forth bindsym $mod+Shift+b move container to workspace back_and_forth -bindsym $mod+apostrophe exec rws -queryws -bindsym $mod+Shift+apostrophe exec rws -queryws -m +bindsym $mod+apostrophe exec ~/bin/rws -queryws +bindsym $mod+Shift+apostrophe exec ~/bin/rws -queryws -m exec rws -listen bindsym $mod+bracketleft workspace prev |