From e01dea3e01943aab2cf33109aaf6b29f53e601e6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 24 Oct 2024 18:05:26 -0400 Subject: add --- i3config | 7 +++---- shenanigans.sh | 2 -- symlink.sh | 1 + 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/i3config b/i3config index 66d2e11..0a96b1c 100644 --- a/i3config +++ b/i3config @@ -181,7 +181,7 @@ mode "resize" { 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 @@ bar { 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 3c1ea3c..c79ac71 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 @@ togglesink() { 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 12d01fd..a026315 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 -- cgit v1.2.3