From dc5f2cfd52638a0a2ca5bf7c507579d8235edcfc Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 1 May 2023 03:00:47 +0100 Subject: reorganization of homedir --- .bashrc | 1 + .config/git/config | 11 +++++++++++ .config/sway/config | 9 +++++---- .gitconfig | 11 ----------- 4 files changed, 17 insertions(+), 15 deletions(-) create mode 100644 .config/git/config delete mode 100644 .gitconfig 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/.config/git/config b/.config/git/config new file mode 100644 index 0000000..6275dc3 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,11 @@ +[user] + name = ubq323 + email = ubq323@ubq323.website +[init] + defaultBranch = trunk +[core] + autocrlf = input + editor = kak + pager = less -F -X +[log] + date=iso 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 diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 6275dc3..0000000 --- a/.gitconfig +++ /dev/null @@ -1,11 +0,0 @@ -[user] - name = ubq323 - email = ubq323@ubq323.website -[init] - defaultBranch = trunk -[core] - autocrlf = input - editor = kak - pager = less -F -X -[log] - date=iso -- cgit v1.2.3