summaryrefslogtreecommitdiff
path: root/mac/.config
diff options
context:
space:
mode:
Diffstat (limited to 'mac/.config')
-rw-r--r--mac/.config/firefox/vdh-settings.json2
-rw-r--r--mac/.config/kitty/kitty.conf5
-rw-r--r--mac/.config/mpv/scripts/navigator.lua4
-rw-r--r--mac/.config/shell/bm-dirs4
-rw-r--r--mac/.config/shell/profile2
-rw-r--r--mac/.config/tmux/tmux.conf4
-rw-r--r--mac/.config/vim/init.vim4
-rw-r--r--mac/.config/vim/vimrc1
8 files changed, 12 insertions, 14 deletions
diff --git a/mac/.config/firefox/vdh-settings.json b/mac/.config/firefox/vdh-settings.json
index a159c22..11718dd 100644
--- a/mac/.config/firefox/vdh-settings.json
+++ b/mac/.config/firefox/vdh-settings.json
@@ -52,7 +52,7 @@
"donateNotAgainExpire": 0,
"popupHeightLeftOver": 100,
"coappDownloads": "coapp",
- "lastDownloadDirectory": "/home/si/Videos",
+ "lastDownloadDirectory": "/home/si/Movies",
"fileDialogType": "tab",
"alertDialogType": "tab",
"monitorNetworkRequests": true,
diff --git a/mac/.config/kitty/kitty.conf b/mac/.config/kitty/kitty.conf
index 5662155..71b9421 100644
--- a/mac/.config/kitty/kitty.conf
+++ b/mac/.config/kitty/kitty.conf
@@ -33,7 +33,7 @@ resize_in_steps no
# window_resize_step_lines 0
placement_strategy center
# window_border_width 100px
-window_margin_width 5
+window_margin_width 15
# single_window_margin_width -1
hide_window_decorations yes
# hide_window_decorations titlebar-only
@@ -107,7 +107,7 @@ active_border_color #ffa9c9
# inactive_border_color #928374
inactive_border_color #cccccc
bell_border_color #f98080
-# wayland_titlebar_color #080808
+# wayland_titlebar_color #080808
# macos_titlebar_color #080808
active_tab_foreground #080808
active_tab_background #a990c9
@@ -142,4 +142,3 @@ tab_bar_background #080808
# color15 #bdae93
# color7 #bbbbbb
# color15 #ffffff
-
diff --git a/mac/.config/mpv/scripts/navigator.lua b/mac/.config/mpv/scripts/navigator.lua
index 4533f60..91f9208 100644
--- a/mac/.config/mpv/scripts/navigator.lua
+++ b/mac/.config/mpv/scripts/navigator.lua
@@ -35,11 +35,9 @@ local settings = {
--favorites in format { 'Path to directory, notice trailing /' }
--on windows use double backslash c:\\my\\directory\\
favorites = {
- "/media/" .. user,
- "/mnt/second/videos",
home .. "/Downloads",
home .. "/Torrents/complete",
- home .. "/Videos",
+ home .. "/Movies",
home .. "/.config/mpv/playlists",
},
--list of paths to ignore. the value is anything that returns true for if-statement.
diff --git a/mac/.config/shell/bm-dirs b/mac/.config/shell/bm-dirs
index 7afa15d..27c2113 100644
--- a/mac/.config/shell/bm-dirs
+++ b/mac/.config/shell/bm-dirs
@@ -60,8 +60,8 @@ gss ${XDG_PICTURES_DIR:-${HOME}/Pictures}/screenshots
gtc $HOME/Torrents/complete
gti $HOME/Torrents/incomplete
gtt $HOME/Torrents
-gvr ${XDG_VIDEOS_DIR:-${HOME}/Videos}/recordings
-gvv ${XDG_VIDEOS_DIR:-${HOME}/Videos}
+gvr ${XDG_VIDEOS_DIR:-${HOME}/Movies}/recordings
+gvv ${XDG_VIDEOS_DIR:-${HOME}/Movies}
gwf $HOME/.librewolf/$USER.default
gwo ${XDG_DESKTOP_DIR:-${HOME}/Desktop}/Work
gww ${XDG_PICTURES_DIR:-${HOME}/Pictures}/wallpaper
diff --git a/mac/.config/shell/profile b/mac/.config/shell/profile
index 21858e9..eef2c13 100644
--- a/mac/.config/shell/profile
+++ b/mac/.config/shell/profile
@@ -43,7 +43,7 @@ export XDG_MUSIC_DIR="$HOME/Music"
export XDG_PICTURES_DIR="$HOME/Pictures"
export XDG_PUBLICSHARE_DIR="$HOME/Public"
export XDG_TEMPLATES_DIR="$HOME/Templates"
-export XDG_VIDEOS_DIR="$HOME/Videos"
+export XDG_VIDEOS_DIR="$HOME/Movies"
###################################################
### --- DEFAULT ENV PATHES FOR ALL PROGRAMS --- ###
diff --git a/mac/.config/tmux/tmux.conf b/mac/.config/tmux/tmux.conf
index 069a7cd..ccdb412 100644
--- a/mac/.config/tmux/tmux.conf
+++ b/mac/.config/tmux/tmux.conf
@@ -13,7 +13,7 @@ if 'test ! -d "${TMUX_PLUGIN_MANAGER_PATH}/tpm"' {
set -as terminal-features 'xterm*:extkeys'
set -g base-index 1
set -g pane-base-index 1
-set -g default-shell /usr/bin/zsh
+set -g default-shell /bin/zsh
set -g detach-on-destroy off
set -s extended-keys on
set -g focus-events on
@@ -273,7 +273,7 @@ set -g @offline_icon "nok"
set -ogq @thm_bg "default" # transparent background
set -g status-left ""
set -g status-left-length 90
-set -ga status-left "#[bg=default,fg=#{@thm_red}] #(tmux list-sessions | nl | grep -w \"$(tmux display-message -p '#S')\" | awk '{print \$1}')/#(tmux list-sessions | wc -l) "
+set -ga status-left "#[bg=default,fg=#{@thm_red}] #(tmux list-sessions | nl | grep -w \"$(tmux display-message -p '#S')\" | awk '{print \$1}' | tr -d '[:space:]')/#(tmux list-sessions | wc -l | tr -d '[:space:]') "
set -ga status-left "#[bg=default,fg=#{@thm_overlay_0},none]│"
set -ga status-left "#{?client_prefix,#{#[bg=#{@thm_surface_2},fg=#{@thm_green},bold,italics]  #S },#{#[bg=default,fg=#{@thm_green}]  #S }}"
set -ga status-left "#[bg=default,fg=#{@thm_overlay_0},none]│"
diff --git a/mac/.config/vim/init.vim b/mac/.config/vim/init.vim
index c39c130..ecc2c99 100644
--- a/mac/.config/vim/init.vim
+++ b/mac/.config/vim/init.vim
@@ -1,4 +1,3 @@
-
" AUTOCMD ---------------------------------------------------------------- {{{
" Close with q
@@ -232,7 +231,8 @@ augroup END
let g:lsp_fold_enabled = 0
let g:lsp_log_verbose = 1
-let g:lsp_log_file = expand('~/.cache/vim/vim-lsp.log')
+call mkdir(expand('~/.cache/vim'), 'p')
+let g:lsp_log_file = expand('~/.cache/vim/vim-lsp.log')
let g:asyncomplete_log_file = expand('~/.cache/vim/asyncomplete.log')
let g:lsp_settings_filetype_python = ['pyright-langserver', 'ruff', 'ruff-lsp']
diff --git a/mac/.config/vim/vimrc b/mac/.config/vim/vimrc
index b2cc1a1..7185687 100644
--- a/mac/.config/vim/vimrc
+++ b/mac/.config/vim/vimrc
@@ -9,6 +9,7 @@ if $USER != "root"
set packpath^=$XDG_DATA_HOME/vim,$XDG_CONFIG_HOME/vim
set packpath+=$XDG_CONFIG_HOME/vim/after,$XDG_DATA_HOME/vim/after
+
let g:netrw_home = $XDG_DATA_HOME."/vim"
call mkdir($XDG_DATA_HOME."/vim/spell", 'p')