diff --git a/git/.gitconfig b/git/.gitconfig index e25e89d..f06da6d 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,7 +1,7 @@ # This is Git's per-user configuration file. [user] name = Colin Powell - email = colin@onec.me + email = colin@unbl.ink signingkey = 7B405BE1 [push] default = current diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 0d0d83d..951ec57 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -20,7 +20,7 @@ set $center move absolute position center # FLOATING floating_modifier $mod -set $thick 2 +set $thick 1 # DEFAULT BORDER for_window [class="^.*"] border pixel $thick @@ -240,7 +240,7 @@ client.placeholder $bg $bg $bg $bg ##### TOOLS ######################################## # SCREENSHOT -set $shots ~/var/screenshots +set $shots ~/var/media/screenshots bindsym $mod+Print exec maim --hidecursor $shots/$(date +%s).png bindsym $mod+Ctrl+Print exec maim -s $shots/$(date +%s).png @@ -318,7 +318,7 @@ bindsym $mod+Shift+o exec rofi-bat exec --no-startup-id unclutter -grab # RELOAD -#exec_always --no-startup-id compton +exec_always --no-startup-id compton exec_always --no-startup-id dunst exec_always --no-startup-id syncthing exec_always xrdb --merge ~/.Xresoureces diff --git a/rofi/.config/rofi/web-search.sh b/rofi/.config/rofi/web-search.sh index 24db2fb..1864d75 100755 --- a/rofi/.config/rofi/web-search.sh +++ b/rofi/.config/rofi/web-search.sh @@ -18,7 +18,9 @@ # Script: declare -A URLS - +# Default book search +# https://b-ok.cc/s/?q=" +# URLS=( ["search"]="https://search.unbl.ink/?q=" ["google"]="https://www.google.com/search?q=" @@ -35,7 +37,7 @@ URLS=( ["vimawesome"]="http://vimawesome.com/?q=" ["beer"]="https://www.beeradvocate.com/search/?qt=beer&q=" ["jira"]="https://15five-dev.atlassian.net/plugins/servlet/mobile#issue/ENG-" - ["books"]="https://b-ok.cc/s/?q=" + ["books"]="http://zlibraryexau2g3p.onion/?q=" ["maps"]="https://www.openstreetmap.com/search?query=" ["pirate"]="https://proxahoy.link/s/?q=" ) diff --git a/screenlayout/.screenlayout/titan-two.sh b/screenlayout/.screenlayout/titan-two.sh index fd7df63..b385bcc 100755 --- a/screenlayout/.screenlayout/titan-two.sh +++ b/screenlayout/.screenlayout/titan-two.sh @@ -1,3 +1,3 @@ #!/bin/sh -xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --mode 2560x1440 --pos 1920x0 --rotate normal +xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output eDP-1 --off --output DP-2 --mode 3840x2160 --pos 0x0 --rotate normal changepaper