diff --git a/i3config b/i3config index 66d2e1131b35816414a2411ff3f13fa00338ae7e..0a96b1ce7f55e7097c33a557adb0c73352d59c2f 100644 --- a/i3config +++ b/i3config @@ -181,7 +181,7 @@ bindsym $mod+r mode "resize" # class border bground text indicator child_border -client.focused #222222 #222222 #FFFFFF #222222 #222222 +client.focused #333333 #333333 #FFFFFF #333333 #333333 client.focused_inactive #111111 #111111 #FFFFFF #111111 #111111 client.unfocused #111111 #111111 #FFFFFF #111111 #111111 client.urgent #900000 #900000 #FFFFFF #900000 #900000 @@ -204,8 +204,7 @@ inactive_workspace #222222 #222222 #888888 urgent_workspace #900000 #900000 #FFFFFF binding_mode #900000 #900000 #FFFFFF } - # status_command i3status - status_command i3blocks + status_command i3status } font pango:BerkeleyMono Bold 9 @@ -214,5 +213,5 @@ hide_edge_borders both exec --no-startup-id feh --bg-fill black ~/.black.png exec --no-startup-id picom --backend glx --vsync -b bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png -bindsym --release $mod+p exec --no-startup-id bash -c 'source ~/.bashrc && togglesink' +bindsym --release $mod+p exec --no-startup-id bash -c 'source ~/.shenanigans.sh && togglesink' diff --git a/shenanigans.sh b/shenanigans.sh index 3c1ea3cc868e0e438f6598982d709f45394f6de7..c79ac71d51b8e4d1d7873691130346b1751b8e37 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -32,7 +32,6 @@ alias grep='grep --color=always' alias less='less -R' alias tmux='tmux -u' alias vi='vim' -alias newsraft='newsraft -f ~/.dotfiles/rssfeeds' alias server='python3 -m http.server 6969' # Custom folder jump commands. @@ -194,6 +193,5 @@ next_index=$(( (current_index + 1) % ${#sinks[@]} )) fi pactl set-default-sink "${sinks[$next_index]}" - notify-send "Switched to sink: ${sinks[$next_index]}" } diff --git a/symlink.sh b/symlink.sh index 12d01fd6eeb45061539f6d0f65eb51a94407578c..a026315f2b2eb8ad35e38b57f16e2748502800ae 100644 --- a/symlink.sh +++ b/symlink.sh @@ -2,4 +2,5 @@ ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf ln -s ~/.dotfiles/vimrc ~/.vimrc ln -s ~/.dotfiles/i3config ~/.config/i3/config +ln -s ~/.dotfiles/rssfeeds ~/.newsboat/urls