瀏覽代碼

[i3] A few workflow updates to i3

Colin Powell 5 年之前
父節點
當前提交
25c64a0d07
共有 4 個文件被更改,包括 9 次插入7 次删除
  1. 1 1
      git/.gitconfig
  2. 3 3
      i3/.config/i3/config
  3. 4 2
      rofi/.config/rofi/web-search.sh
  4. 1 1
      screenlayout/.screenlayout/titan-two.sh

+ 1 - 1
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

+ 3 - 3
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

+ 4 - 2
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="
 )

+ 1 - 1
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