summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-05-01 03:00:47 +0100
committerubq323 <ubq323@ubq323.website>2023-05-01 03:00:47 +0100
commitdc5f2cfd52638a0a2ca5bf7c507579d8235edcfc (patch)
treeb336a3cefbcce23d96749942f025a9d3c9e21319
parentaafd78338bec7a67a7bd6a201345b718851171cd (diff)
reorganization of homedir
-rw-r--r--.bashrc1
-rw-r--r--.config/git/config (renamed from .gitconfig)0
-rw-r--r--.config/sway/config9
3 files changed, 6 insertions, 4 deletions
diff --git a/.bashrc b/.bashrc
index 305b546..5b29fdb 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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