diff --git a/.config/cosmic/com.system76.CosmicBackground/v1/all b/.config/cosmic/com.system76.CosmicBackground/v1/all index dffd40e..a5f228b 100644 --- a/.config/cosmic/com.system76.CosmicBackground/v1/all +++ b/.config/cosmic/com.system76.CosmicBackground/v1/all @@ -1,8 +1,8 @@ ( output: "all", - source: Path("/home/user/.dotfiles/.config/configfiles/wallpaper.png"), + source: Path("/home/user/.config/configfiles/wallpaper.jpg"), filter_by_theme: true, - rotation_frequency: 3600, + rotation_frequency: 300, filter_method: Lanczos, scaling_mode: Zoom, sampling_method: Alphanumeric, diff --git a/.config/cosmic/com.system76.CosmicSettings.Wallpaper/v1/custom-images b/.config/cosmic/com.system76.CosmicSettings.Wallpaper/v1/custom-images index c783809..3ba61b2 100644 --- a/.config/cosmic/com.system76.CosmicSettings.Wallpaper/v1/custom-images +++ b/.config/cosmic/com.system76.CosmicSettings.Wallpaper/v1/custom-images @@ -1,4 +1,3 @@ [ - "/home/user/.config/configfiles/wallpaper.png", - "/home/user/.dotfiles/.config/configfiles/wallpaper.png", + "/home/user/.config/configfiles/wallpaper.jpg", ] \ No newline at end of file diff --git a/.config/cosmic/com.system76.CosmicSettings/v1/active-page b/.config/cosmic/com.system76.CosmicSettings/v1/active-page index ca18dbe..547e137 100644 --- a/.config/cosmic/com.system76.CosmicSettings/v1/active-page +++ b/.config/cosmic/com.system76.CosmicSettings/v1/active-page @@ -1 +1 @@ -"default-apps" \ No newline at end of file +"about" \ No newline at end of file diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 5e48be1..fa15ab8 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -12,7 +12,7 @@ bold_font auto italic_font auto bold_italic_font auto -font_size 12 +font_size 11 # The basic colors foreground #cdd6f4 diff --git a/.config/shell/functions.zsh b/.config/shell/functions.zsh index 4e4fde1..94d5e62 100644 --- a/.config/shell/functions.zsh +++ b/.config/shell/functions.zsh @@ -21,15 +21,18 @@ clear-env () tmux-new () { local dir=${1:-} + [ -z "${dir}" ] && local dir=$(find $HOME/Documents/gitlab -mindepth 1 -maxdepth 1 -type d| awk -F/ '{print $(NF-1)"/"$NF " " $0}' | fzf --with-nth=1 | awk '{print $2}') [ -z "$dir" ] && return 1 + local name=$(basename "$dir") if [[ $name == .* ]]; then name=${name#.} fi + tmux has-session -t ${name} > /dev/null && { tmux switch-client -t ${name}; return; } tmux new-session -d -s "$name" -c "$dir" RIGHT_PANE_WIDTH=60 @@ -54,10 +57,10 @@ tmux-new () { tmux select-window -t "$name:1" tmux select-pane -t "$name:1.1" + tmux switch-client -t "$name" } load-profile () { ansible-playbook /home/user/.dotfiles/ansible/.config/ansible/local.yml -K } - diff --git a/.config/sway/config b/.config/sway/config index 8c256d7..1a05cf5 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -35,7 +35,7 @@ exec_always swayidle -w \ timeout 120 'swaylock -f' \ timeout 240 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' \ -before-sleep 'swaylock -f' +befor-sleep 'swaylock -f' #timeout 1200 'systemctl suspend' \ ### Input configuration @@ -211,7 +211,8 @@ bindsym XF86MonBrightnessUp exec brightnessctl s +10% bindsym $mod+p exec grim -g "$(slurp)" - | wl-copy # Border -default_border pixel +client.focused "#4c00b0" "#4c00b0" "#ffffff" "#4c00b0" +default_border pixel 5 gaps inner 5 # Guesture diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index a5d0f03..1065317 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -23,10 +23,10 @@ set -g base-index 1 set -g pane-base-index 1 set-window-option -g pane-base-index 1 set-option -g renumber-windows on -set-option -g @ssh-split-h-key "%" -set-option -g @ssh-split-v-key '"' -set-option -g @ssh-split-keep-cwd "true" -set-option -g @ssh-split-keep-remote-cwd "true" +set-option -g @ssh-split-h-key "%" +set-option -g @ssh-split-v-key '"' +set-option -g @ssh-split-keep-cwd "true" +set-option -g @ssh-split-keep-remote-cwd "true" # resize windows bind -n C-M-h resize-pane -L 5 diff --git a/DesktopAnsible b/DesktopAnsible index 29b1149..bc76eed 160000 --- a/DesktopAnsible +++ b/DesktopAnsible @@ -1 +1 @@ -Subproject commit 29b1149f69a29e708dfe91e130da8a159c467f78 +Subproject commit bc76eedce68472e3408a8823d5ea5be33b132c4f