[i3] A few workflow updates to i3
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user