[i3] A few workflow updates to i3

This commit is contained in:
2020-05-06 10:28:29 -04:00
parent 671860c9c5
commit 25c64a0d07
4 changed files with 9 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# This is Git's per-user configuration file. # This is Git's per-user configuration file.
[user] [user]
name = Colin Powell name = Colin Powell
email = colin@onec.me email = colin@unbl.ink
signingkey = 7B405BE1 signingkey = 7B405BE1
[push] [push]
default = current default = current

View File

@ -20,7 +20,7 @@ set $center move absolute position center
# FLOATING # FLOATING
floating_modifier $mod floating_modifier $mod
set $thick 2 set $thick 1
# DEFAULT BORDER # DEFAULT BORDER
for_window [class="^.*"] border pixel $thick for_window [class="^.*"] border pixel $thick
@ -240,7 +240,7 @@ client.placeholder $bg $bg $bg $bg
##### TOOLS ######################################## ##### TOOLS ########################################
# SCREENSHOT # SCREENSHOT
set $shots ~/var/screenshots set $shots ~/var/media/screenshots
bindsym $mod+Print exec maim --hidecursor $shots/$(date +%s).png bindsym $mod+Print exec maim --hidecursor $shots/$(date +%s).png
bindsym $mod+Ctrl+Print exec maim -s $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 exec --no-startup-id unclutter -grab
# RELOAD # RELOAD
#exec_always --no-startup-id compton exec_always --no-startup-id compton
exec_always --no-startup-id dunst exec_always --no-startup-id dunst
exec_always --no-startup-id syncthing exec_always --no-startup-id syncthing
exec_always xrdb --merge ~/.Xresoureces exec_always xrdb --merge ~/.Xresoureces

View File

@ -18,7 +18,9 @@
# Script: # Script:
declare -A URLS declare -A URLS
# Default book search
# https://b-ok.cc/s/?q="
#
URLS=( URLS=(
["search"]="https://search.unbl.ink/?q=" ["search"]="https://search.unbl.ink/?q="
["google"]="https://www.google.com/search?q=" ["google"]="https://www.google.com/search?q="
@ -35,7 +37,7 @@ URLS=(
["vimawesome"]="http://vimawesome.com/?q=" ["vimawesome"]="http://vimawesome.com/?q="
["beer"]="https://www.beeradvocate.com/search/?qt=beer&q=" ["beer"]="https://www.beeradvocate.com/search/?qt=beer&q="
["jira"]="https://15five-dev.atlassian.net/plugins/servlet/mobile#issue/ENG-" ["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=" ["maps"]="https://www.openstreetmap.com/search?query="
["pirate"]="https://proxahoy.link/s/?q=" ["pirate"]="https://proxahoy.link/s/?q="
) )

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/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 changepaper