Sway stuff, new primary desktop monitor, etc.
This commit is contained in:
parent
e98b34ee05
commit
ba6bed755f
|
@ -60,5 +60,5 @@ end
|
||||||
# end
|
# end
|
||||||
|
|
||||||
if status is-interactive; and not set -q TMUX; and not string match '/dev/tty*' (tty)
|
if status is-interactive; and not set -q TMUX; and not string match '/dev/tty*' (tty)
|
||||||
tmux
|
tmux att -t default || tmux new -s default
|
||||||
end
|
end
|
|
@ -79,11 +79,5 @@
|
||||||
# pushOption = merge_request.remove_source_branch
|
# pushOption = merge_request.remove_source_branch
|
||||||
# pushOption = merge_request.assign="daniel.flanagan"
|
# pushOption = merge_request.assign="daniel.flanagan"
|
||||||
|
|
||||||
[url "git@git.hq.bill.com:"]
|
|
||||||
insteadOf = https://git-p1ap1.divvy.co/
|
|
||||||
|
|
||||||
[url "git@git.hq.bill.com:"]
|
[url "git@git.hq.bill.com:"]
|
||||||
insteadOf = https://git.hq.bill.com/
|
insteadOf = https://git.hq.bill.com/
|
||||||
|
|
||||||
[url "git@git.hq.bill.com:"]
|
|
||||||
insteadOf = ssh://git@git-p1ap1.divvy.co/
|
|
||||||
|
|
|
@ -34,7 +34,14 @@ D = "kill_to_line_end"
|
||||||
"C-h" = "jump_view_left"
|
"C-h" = "jump_view_left"
|
||||||
"C-l" = "jump_view_right"
|
"C-l" = "jump_view_right"
|
||||||
"L" = "repeat_last_motion"
|
"L" = "repeat_last_motion"
|
||||||
space = { q = ":reflow 80", Q = ":reflow 120", v = ":run-shell-command fish -c 'env > /tmp/env'", J = ":bp", K = ":bn" }
|
|
||||||
|
[keys.normal.space]
|
||||||
|
q = ":reflow 80"
|
||||||
|
Q = ":reflow 120"
|
||||||
|
v = ":run-shell-command fish -c 'env > /tmp/env'"
|
||||||
|
J = ":bp"
|
||||||
|
K = ":bn"
|
||||||
|
# O = ["select_textobject_inner WORD", ":pipe-to xargs xdg-open"]
|
||||||
|
|
||||||
[keys.select]
|
[keys.select]
|
||||||
space = { q = ":reflow 80", Q = ":reflow 120" }
|
space = { q = ":reflow 80", Q = ":reflow 120" }
|
||||||
|
|
|
@ -20,6 +20,8 @@ adjust_line_height 0
|
||||||
window_padding_width 10.0
|
window_padding_width 10.0
|
||||||
window_margin_width 0.0
|
window_margin_width 0.0
|
||||||
|
|
||||||
|
confirm_os_window_close 0
|
||||||
|
|
||||||
enabled_layouts tall:bias=50;full_size=1;mirrored=true
|
enabled_layouts tall:bias=50;full_size=1;mirrored=true
|
||||||
|
|
||||||
map ctrl+shift+1 change_font_size all 12.5
|
map ctrl+shift+1 change_font_size all 12.5
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
default_border pixel 1
|
default_border pixel 1
|
||||||
exec swayidle -w timeout 300 'swaylock -f' timeout 330 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f'
|
exec swayidle -w timeout 300 'notify-send "Idling in 30 seconds..."' timeout 330 'swaylock -f' timeout 360 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f'
|
||||||
|
|
||||||
output "Samsung Electric Company SyncMaster H1AK500000" position 0,0
|
output "Samsung Electric Company SyncMaster H1AK500000" position 0,0
|
||||||
|
|
||||||
# whichever dell monitor is plugged in
|
output "GIGA-BYTE TECHNOLOGY CO., LTD. AORUS FO48U 23070B000307" mode 3840x2160@120Hz position 0,0
|
||||||
output "Dell Inc. DELL U2720Q CWTM623" transform 90 scale 1.5
|
|
||||||
output "Dell Inc. DELL U2720Q CWTM623" position -1440,200
|
|
||||||
|
|
||||||
# whichever dell monitor is plugged in
|
output "Dell Inc. DELL U2720Q CWTM623" transform 90 scale 2.0
|
||||||
output "Dell Inc. DELL U2720Q D3TM623" transform 90 scale 1.5
|
output "Dell Inc. DELL U2720Q CWTM623" position -1080,0
|
||||||
output "Dell Inc. DELL U2720Q D3TM623" position 3840,200
|
|
||||||
|
output "Dell Inc. DELL U2720Q D3TM623" transform 90 scale 2.0
|
||||||
|
output "Dell Inc. DELL U2720Q D3TM623" position 3840,0
|
||||||
|
|
||||||
exec firefox
|
exec firefox
|
||||||
|
|
4
os/linux/bin/begin-inhibit-sway-idle.fish
Normal file
4
os/linux/bin/begin-inhibit-sway-idle.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
fd --regex sway-ipc\.$EUID\.\\d+\.sock /var/run/user/$EUID -d 1 --max-results 1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"output": ["eDP-1", "DP-3"],
|
"output": ["eDP-1", "DP-3", "DP-1"],
|
||||||
"height": 32,
|
"height": 32,
|
||||||
"modules-left": ["clock", "sway/title"],
|
"modules-left": ["clock", "sway/title"],
|
||||||
"modules-center": ["sway/workspaces"],
|
"modules-center": ["sway/workspaces"],
|
||||||
|
|
Reference in a new issue