From 72161809c100d7abc914a2a6da507d217f46aae6 Mon Sep 17 00:00:00 2001 From: Random936 Date: Thu, 8 Apr 2021 15:58:33 -0700 Subject: [PATCH] minor changes --- Xresources => .Xresources | 0 vimrc => .vimrc | 0 i3/config | 28 ++++++++++++++-------------- i3/i3status.conf.desktop | 10 +++++----- zsh/{p10k.zsh => .p10k.zsh} | 0 zsh/{zshrc => .zshrc} | 2 +- 6 files changed, 20 insertions(+), 20 deletions(-) rename Xresources => .Xresources (100%) rename vimrc => .vimrc (100%) rename zsh/{p10k.zsh => .p10k.zsh} (100%) rename zsh/{zshrc => .zshrc} (99%) diff --git a/Xresources b/.Xresources similarity index 100% rename from Xresources rename to .Xresources diff --git a/vimrc b/.vimrc similarity index 100% rename from vimrc rename to .vimrc diff --git a/i3/config b/i3/config index a349ac6..45128cd 100644 --- a/i3/config +++ b/i3/config @@ -59,10 +59,10 @@ bindsym $mod+d exec --no-startup-id dmenu_run #bindsym $mod+d exec --no-startup-id i3-dmenu-desktop # change focus -bindsym $mod+j focus left -bindsym $mod+k focus up -bindsym $mod+l focus down -bindsym $mod+semicolon focus right +bindsym $mod+h focus left +bindsym $mod+j focus up +bindsym $mod+k focus down +bindsym $mod+l focus right # alternatively, you can use the cursor keys: bindsym $mod+Left focus left @@ -71,10 +71,10 @@ bindsym $mod+Up focus up bindsym $mod+Right focus right # move focused window -bindsym $mod+Shift+j move left -bindsym $mod+Shift+k move up -bindsym $mod+Shift+l move down -bindsym $mod+Shift+semicolon move right +bindsym $mod+Shift+h move left +bindsym $mod+Shift+j move up +bindsym $mod+Shift+k move down +bindsym $mod+Shift+l move right # alternatively, you can use the cursor keys: bindsym $mod+Shift+Left move left @@ -83,7 +83,7 @@ bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # split in horizontal orientation -bindsym $mod+h split h +bindsym $mod+g split h # split in vertical orientation bindsym $mod+v split v @@ -161,17 +161,17 @@ mode "resize" { # Pressing up will shrink the window’s height. # Pressing down will grow the window’s height. - bindsym j resize grow width 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym semicolon resize shrink width 10 px or 10 ppt + bindsym h resize grow width 10 px or 10 ppt + bindsym j resize grow height 10 px or 10 ppt + bindsym k resize shrink height 10 px or 10 ppt + bindsym l resize shrink width 10 px or 10 ppt # same bindings, but for the arrow keys bindsym Left resize grow width 10 px or 10 ppt bindsym Down resize grow height 10 px or 10 ppt bindsym Up resize shrink height 10 px or 10 ppt - bindsym Right resize shrink width 10 px or 10 ppt + bindsym Right resize shrink width 10 px or 10 ppt # back to normal: Enter or Escape or $mod+r bindsym Return mode "default" diff --git a/i3/i3status.conf.desktop b/i3/i3status.conf.desktop index 607956b..c9cac17 100644 --- a/i3/i3status.conf.desktop +++ b/i3/i3status.conf.desktop @@ -43,11 +43,11 @@ memory { } volume master { - format = " %volume" - format_muted = " %volume" - device = "default" - mixer = "Master" - mixer_idx = 0 + format = " %volume" + format_muted = " %volume" + device = "default" + mixer = "Master" + mixer_idx = 0 } tztime local { diff --git a/zsh/p10k.zsh b/zsh/.p10k.zsh similarity index 100% rename from zsh/p10k.zsh rename to zsh/.p10k.zsh diff --git a/zsh/zshrc b/zsh/.zshrc similarity index 99% rename from zsh/zshrc rename to zsh/.zshrc index 4922a4d..bd615ce 100644 --- a/zsh/zshrc +++ b/zsh/.zshrc @@ -207,7 +207,7 @@ zplug load # Source completion and highlighting scripts source /usr/share/fzf/completion.zsh source /usr/share/fzf/key-bindings.zsh -source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh