summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/fuzzel/fuzzel.ini95
-rw-r--r--.config/hypr/baldrick/hyprland.conf2
-rw-r--r--.config/hypr/baldrick/monitors.conf12
-rw-r--r--.config/hypr/baldrick/workspaces.conf4
-rw-r--r--.config/hypr/hyprland.conf264
-rw-r--r--.config/sway/config267
-rwxr-xr-x.config/sway/fix_sway.sh20
l---------.config/systemd/user/default.target.wants/ssh-agent.service1
-rw-r--r--.config/systemd/user/ssh-agent.service12
9 files changed, 677 insertions, 0 deletions
diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini
new file mode 100644
index 0000000..80240e5
--- /dev/null
+++ b/.config/fuzzel/fuzzel.ini
@@ -0,0 +1,95 @@
+# output=<not set>
+font=monospace
+# dpi-aware=auto
+# prompt="> "
+# icon-theme=hicolor
+# icons-enabled=yes
+# fields=filename,name,generic
+# password-character=*
+# filter-desktop=no
+# fuzzy=yes
+# show-actions=no
+# terminal=$TERMINAL -e # Note: you cannot actually use environment variables here
+# launch-prefix=<not set>
+list-executables-in-path=yes
+
+# anchor=center
+# lines=15
+# width=30
+# tabs=8
+# horizontal-pad=40
+# vertical-pad=8
+# inner-pad=0
+
+# image-size-ratio=0.5
+
+# line-height=<use font metrics>
+# letter-spacing=0
+
+# layer = top
+exit-on-keyboard-focus-loss = yes
+
+[colors]
+background=00000088
+text=ffffffff
+# match=cb4b16ff
+# selection=eee8d5dd
+# selection-text=657b83ff
+# selection-match=cb4b16ff
+border=00ff99ee
+
+[border]
+width=1
+# radius=10
+
+[dmenu]
+# mode=text # text|index
+# exit-immediately-if-empty=no
+
+[key-bindings]
+# cancel=Escape Control+g
+# execute=Return KP_Enter Control+y
+# execute-or-next=Tab
+# execute-input=Shift+Return Shift+KP_Enter
+# cursor-left=Left Control+b
+# cursor-left-word=Control+Left Mod1+b
+# cursor-right=Right Control+f
+# cursor-right-word=Control+Right Mod1+f
+# cursor-home=Home Control+a
+# cursor-end=End Control+e
+# delete-prev=BackSpace
+# delete-prev-word=Mod1+BackSpace Control+BackSpace
+# delete-line-backward=Control+u
+# delete-next=Delete KP_Delete Control+d
+# delete-next-word=Mod1+d Control+Delete Control+KP_Delete
+# delete-line-forward=Control+k
+# prev=Up Control+p
+# prev-with-wrap=ISO_Left_Tab
+# prev-page=Page_Up KP_Page_Up
+# next=Down Control+n
+# next-with-wrap=none
+# next-page=Page_Down KP_Page_Down
+
+# custom-N: *dmenu mode only*. Like execute, but with a non-zero
+# exit-code; custom-1 exits with code 10, custom-2 with 11, custom-3
+# with 12, and so on.
+
+# custom-1=Mod1+1
+# custom-2=Mod1+2
+# custom-3=Mod1+3
+# custom-4=Mod1+4
+# custom-5=Mod1+5
+# custom-6=Mod1+6
+# custom-7=Mod1+7
+# custom-8=Mod1+8
+# custom-9=Mod1+9
+# custom-10=Mod1+0
+# custom-11=Mod1+exclam
+# custom-12=Mod1+at
+# custom-13=Mod1+numbersign
+# custom-14=Mod1+dollar
+# custom-15=Mod1+percent
+# custom-16=Mod1+dead_circumflex
+# custom-17=Mod1+ampersand
+# custom-18=Mod1+asterix
+# custom-19=Mod1+parentleft
diff --git a/.config/hypr/baldrick/hyprland.conf b/.config/hypr/baldrick/hyprland.conf
new file mode 100644
index 0000000..7595159
--- /dev/null
+++ b/.config/hypr/baldrick/hyprland.conf
@@ -0,0 +1,2 @@
+$host = baldrick
+source = ~/.config/hypr/hyprland.conf
diff --git a/.config/hypr/baldrick/monitors.conf b/.config/hypr/baldrick/monitors.conf
new file mode 100644
index 0000000..b96b6c5
--- /dev/null
+++ b/.config/hypr/baldrick/monitors.conf
@@ -0,0 +1,12 @@
+monitor=desc:Ancor Communications Inc VG248 F7LMQS004695, 1920x1080@144.0,4125x2160,1.0
+monitor=desc:Ancor Communications Inc VG248 D7LMQS079966, 1920x1080@144.0,6045x2160,1.0
+monitor=desc:Ancor Communications Inc VG248 F5LMQS016582, 1920x1080@144.0,7965x1320,1.0
+monitor=desc:Ancor Communications Inc VG248 F5LMQS016582, transform,1
+monitor=desc:ViewSonic Corporation VX2475 SERIES 0x01010101,3840x2160@60.0, 2205x0, 1.0
+monitor=desc:Dell Inc. DELL E770s 2010V11TA025, 1280x1024@60.0, 9045x3240,1.0
+monitor=desc:Sony CPD-200ES 4307649, 1280x1024@60.0, 7765x3240,1.0
+monitor=desc:NEC Corporation NEC FE2111SB 3Y101245YA, 1600x1200@60.0, 2525x3696,1.0
+monitor=desc:Ancor Communications Inc VG248 E3LMQS075845, 1920x1080@60.0, 6045x1080,1.0
+monitor=desc:NEC Corporation NEC FE950 0867283JA, 2048x1536@60.0, 5717x3240,1.0
+monitor=desc:Sony 0x0000 0x00236CFE, 1280x1024@60.0, 9045x2216,1.0
+monitor=desc:, 2048x1536@60.0, 2077x2160,1.0
diff --git a/.config/hypr/baldrick/workspaces.conf b/.config/hypr/baldrick/workspaces.conf
new file mode 100644
index 0000000..a2babce
--- /dev/null
+++ b/.config/hypr/baldrick/workspaces.conf
@@ -0,0 +1,4 @@
+
+
+windowrulev2 = monitor DP-5,class:(F5LMQS016582)
+exec-once = exec startup.sh
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
new file mode 100644
index 0000000..2d92d27
--- /dev/null
+++ b/.config/hypr/hyprland.conf
@@ -0,0 +1,264 @@
+################
+### MONITORS ###
+################
+
+# See https://wiki.hyprland.org/Configuring/Monitors/
+source = ~/.config/hypr/$host/monitors.conf
+
+###################
+### MY PROGRAMS ###
+###################
+
+# See https://wiki.hyprland.org/Configuring/Keywords/
+
+# Set programs that you use
+$terminal = xterm
+$fileManager = dolphin
+#$menu = wofi --show drun
+$menu = fuzzel
+
+
+#################
+### AUTOSTART ###
+#################
+
+# Autostart necessary processes (like notifications daemons, status bars, etc.)
+# Or execute your favorite apps at launch like this:
+
+exec-once = exec $terminal
+# exec-once = exec nm-applet &
+# exec-once = waybar & hyprpaper & firefox
+exec-once = exec swaybg -i root_weave-8x8.png -m tile
+exec-once = exec swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000'
+exec-once = exec wl-paste --type text --watch cliphist store # Stores only text data
+exec-once = exec wl-paste --type image --watch cliphist store # Stores only image data
+
+#############################
+### ENVIRONMENT VARIABLES ###
+#############################
+
+# See https://wiki.hyprland.org/Configuring/Environment-variables/
+
+env = XCURSOR_SIZE,48
+env = HYPRCURSOR_SIZE,48
+env = XDG_CURRENT_DESKTOP,Hyprland
+env = XDG_SESSION_TYPE,wayland
+env = XDG_SESSION_DESKTOP,Hyprland
+env = QT_QPA_PLATFORM,wayland;xcb
+env = QT_QPA_PLATFORMTHEME,qt6ct
+env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
+env = QT_AUTO_SCREEN_SCALE_FACTOR,1
+env = MOZ_ENABLE_WAYLAND,1
+env = GDK_SCALE,1
+
+#####################
+### LOOK AND FEEL ###
+#####################
+
+# Refer to https://wiki.hyprland.org/Configuring/Variables/
+
+# https://wiki.hyprland.org/Configuring/Variables/#general
+general {
+ gaps_in = 2
+ gaps_out = 5
+
+ border_size = 1
+
+ # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
+ col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
+ col.inactive_border = rgba(595959aa)
+
+ # Set to true enable resizing windows by clicking and dragging on borders and gaps
+ resize_on_border = false
+
+ # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
+ allow_tearing = false
+
+ layout = master
+}
+
+# https://wiki.hyprland.org/Configuring/Variables/#decoration
+decoration {
+ rounding = 10
+
+ # Change transparency of focused and unfocused windows
+ active_opacity = 1.0
+ inactive_opacity = 1.0
+
+ drop_shadow = true
+ shadow_range = 4
+ shadow_render_power = 3
+ col.shadow = rgba(1a1a1aee)
+
+ # https://wiki.hyprland.org/Configuring/Variables/#blur
+ blur {
+ enabled = false
+ size = 3
+ passes = 1
+
+ vibrancy = 0.1696
+ }
+}
+
+# https://wiki.hyprland.org/Configuring/Variables/#animations
+animations {
+ enabled = true
+
+ # Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
+
+ bezier = myBezier, 0.05, 0.9, 0.1, 1.05
+
+ animation = windows, 1, 7, myBezier
+ animation = windowsOut, 1, 7, default, popin 80%
+ animation = border, 1, 10, default
+ animation = borderangle, 1, 8, default
+ animation = fade, 1, 7, default
+ animation = workspaces, 1, 6, default
+}
+
+# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
+dwindle {
+ pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
+ preserve_split = true # You probably want this
+}
+
+# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
+master {
+ new_status = inherit
+ allow_small_split = true
+}
+
+# https://wiki.hyprland.org/Configuring/Variables/#misc
+misc {
+ force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
+ disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
+}
+
+
+#############
+### INPUT ###
+#############
+
+# https://wiki.hyprland.org/Configuring/Variables/#input
+input {
+ kb_layout = us
+ kb_variant =
+ kb_model =
+ kb_options =
+ kb_rules =
+
+ follow_mouse = 1
+
+ sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
+
+ touchpad {
+ natural_scroll = false
+ }
+}
+
+# https://wiki.hyprland.org/Configuring/Variables/#gestures
+gestures {
+ workspace_swipe = false
+}
+
+# Example per-device config
+# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
+device {
+ name = synps/2-synaptics-touchpad
+ enabled = 0
+}
+
+
+####################
+### KEYBINDINGSS ###
+####################
+
+# See https://wiki.hyprland.org/Configuring/Keywords/
+$mainMod = SUPER # Sets "Windows" key as main modifier
+
+# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
+bind = $mainMod, Q, exec, exec $terminal
+bind = $mainMod, Return, exec, exec $terminal
+bind = $mainMod, C, killactive,
+bind = $mainMod SHIFT, C, killactive, # awesome compatibility
+bind = $mainMod SHIFT, M, exit,
+bind = $mainMod, E, exec, exec $fileManager
+bind = $mainMod, V, togglefloating,
+bind = $mainMod, R, exec, exec $menu
+bind = $mainMod, P, pseudo, # dwindle
+bind = $mainMod, J, togglesplit, # dwindle
+bind = $mainMod, F, fullscreen
+
+# Move focus with mainMod + arrow keys
+bind = $mainMod, left, movefocus, l
+bind = $mainMod, right, movefocus, r
+bind = $mainMod, up, movefocus, u
+bind = $mainMod, down, movefocus, d
+
+# layout
+bind = $mainMod, j, cyclenext,
+bind = $mainMod, k, layoutmsg, cycleprev
+bind = $mainMod, n, cyclenext,
+bind = $mainMod, p, layoutmsg, cycleprev
+bind = $mainMod SHIFT, j, layoutmsg, swapnext
+bind = $mainMod SHIFT, k, layoutmsg, swapprev
+bind = $mainMod SHIFT, p, layoutmsg, swapprev
+bind = $mainMod SHIFT, n, layoutmsg, swapnext
+bind = $mainMod SHIFT, h, layoutmsg, addmaster
+bind = $mainMod SHIFT, l, layoutmsg, removemaster
+bind = $mainMod, space, layoutmsg, orientationnext
+bind = $mainMod SHIFT, space, layoutmsg, orientationprev
+
+# Switch workspaces with mainMod + [0-9]
+bind = $mainMod, 1, workspace, 1
+bind = $mainMod, 2, workspace, 2
+bind = $mainMod, 3, workspace, 3
+bind = $mainMod, 4, workspace, 4
+bind = $mainMod, 5, workspace, 5
+bind = $mainMod, 6, workspace, 6
+bind = $mainMod, 7, workspace, 7
+bind = $mainMod, 8, workspace, 8
+bind = $mainMod, 9, workspace, 9
+bind = $mainMod, 0, workspace, 10
+
+# Move active window to a workspace with mainMod + SHIFT + [0-9]
+bind = $mainMod SHIFT, 1, movetoworkspace, 1
+bind = $mainMod SHIFT, 2, movetoworkspace, 2
+bind = $mainMod SHIFT, 3, movetoworkspace, 3
+bind = $mainMod SHIFT, 4, movetoworkspace, 4
+bind = $mainMod SHIFT, 5, movetoworkspace, 5
+bind = $mainMod SHIFT, 6, movetoworkspace, 6
+bind = $mainMod SHIFT, 7, movetoworkspace, 7
+bind = $mainMod SHIFT, 8, movetoworkspace, 8
+bind = $mainMod SHIFT, 9, movetoworkspace, 9
+bind = $mainMod SHIFT, 0, movetoworkspace, 10
+
+# Example special workspace (scratchpad)
+bind = $mainMod, S, togglespecialworkspace, magic
+bind = $mainMod SHIFT, S, movetoworkspace, special:magic
+
+# Scroll through existing workspaces with mainMod + scroll
+bind = $mainMod, mouse_down, workspace, e+1
+bind = $mainMod, mouse_up, workspace, e-1
+
+# Move/resize windows with mainMod + LMB/RMB and dragging
+bindm = $mainMod, mouse:272, movewindow
+bindm = $mainMod, mouse:273, resizewindow
+
+
+##############################
+### WINDOWS AND WORKSPACES ###
+##############################
+
+# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
+# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
+
+# Example windowrule v1
+# windowrule = float, ^(kitty)$
+
+# Example windowrule v2
+# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
+
+windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
+
+source = ~/.config/hypr/$host/workspaces.conf
diff --git a/.config/sway/config b/.config/sway/config
new file mode 100644
index 0000000..0ba6610
--- /dev/null
+++ b/.config/sway/config
@@ -0,0 +1,267 @@
+# Default config for sway
+#
+# Copy this to ~/.config/sway/config and edit it to your liking.
+#
+# Read `man 5 sway` for a complete reference.
+
+### Variables
+#
+# Logo key. Use Mod1 for Alt.
+set $mod Mod4
+# Home row direction keys, like vim
+set $left h
+set $down j
+set $up k
+set $right l
+# Your preferred terminal emulator
+set $term x-terminal-emulator
+#set $term terminology
+#set $term foot
+# Your preferred application launcher
+# Note: pass the final command to swaymsg so that the resulting window can be opened
+# on the original workspace that the command was run on.
+set $menu dmenu_path | dmenu | xargs swaymsg exec --
+
+### Output configuration
+#
+# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
+#output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
+output * bg #000000 solid_color
+
+### Idle configuration
+#
+# Example configuration:
+#
+exec swayidle -w \
+ timeout 300 'swaylock -f -c 000000' \
+ before-sleep 'swaylock -f -c 000000'
+
+# sway has many problems with dpms -- jrayhawk
+# timeout 600 'swaymsg "output * dpms off"' \
+# resume 'swaymsg "output * dpms on"' \
+
+# This will lock your screen after 300 seconds of inactivity, then turn off
+# your displays after another 300 seconds, and turn your screens back on when
+# resumed. It will also lock your screen before your computer goes to sleep.
+
+### Input configuration
+#
+# Example configuration:
+#
+# input "2:14:SynPS/2_Synaptics_TouchPad" {
+# dwt enabled
+# tap enabled
+# natural_scroll enabled
+# middle_emulation enabled
+# }
+#
+# You can get the names of your inputs by running: swaymsg -t get_inputs
+# Read `man 5 sway-input` for more information about this section.
+
+### Key bindings
+#
+# Basics:
+#
+ # Start a terminal
+ bindsym $mod+Return exec $term
+
+ # Kill focused window
+ bindsym $mod+Shift+c kill
+
+ # Start your launcher
+ bindsym $mod+r exec $menu
+
+ # Drag floating windows by holding down $mod and left mouse button.
+ # Resize them with right mouse button + $mod.
+ # Despite the name, also works for non-floating windows.
+ # Change normal to inverse to use left mouse button for resizing and right
+ # mouse button for dragging.
+ floating_modifier $mod normal
+
+ # Reload the configuration file
+ bindsym $mod+Shift+q reload
+
+ # Exit sway (logs you out of your Wayland session)
+ bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
+#
+# Moving around:
+#
+ # Move your focus around
+ bindsym $mod+$left focus left
+ bindsym $mod+$down focus down
+ bindsym $mod+$up focus up
+ bindsym $mod+$right focus right
+ # Or use $mod+[up|down|left|right]
+ bindsym $mod+Left focus left
+ bindsym $mod+Down focus down
+ bindsym $mod+Up focus up
+ bindsym $mod+Right focus right
+
+ # Move the focused window with the same, but add Shift
+ bindsym $mod+Shift+$left move left
+ bindsym $mod+Shift+$down move down
+ bindsym $mod+Shift+$up move up
+ bindsym $mod+Shift+$right move right
+ # Ditto, with arrow keys
+ bindsym $mod+Shift+Left move left
+ bindsym $mod+Shift+Down move down
+ bindsym $mod+Shift+Up move up
+ bindsym $mod+Shift+Right move right
+#
+# Workspaces:
+#
+ # Switch to workspace
+ bindsym $mod+1 workspace 1
+ bindsym $mod+2 workspace 2
+ bindsym $mod+3 workspace 3
+ bindsym $mod+4 workspace 4
+ bindsym $mod+5 workspace 5
+ bindsym $mod+6 workspace 6
+ bindsym $mod+7 workspace 7
+ bindsym $mod+8 workspace 8
+ bindsym $mod+9 workspace 9
+ bindsym $mod+0 workspace 10
+ # Move focused container to workspace
+ bindsym $mod+Shift+1 move container to workspace 1
+ bindsym $mod+Shift+2 move container to workspace 2
+ bindsym $mod+Shift+3 move container to workspace 3
+ bindsym $mod+Shift+4 move container to workspace 4
+ bindsym $mod+Shift+5 move container to workspace 5
+ bindsym $mod+Shift+6 move container to workspace 6
+ bindsym $mod+Shift+7 move container to workspace 7
+ bindsym $mod+Shift+8 move container to workspace 8
+ bindsym $mod+Shift+9 move container to workspace 9
+ bindsym $mod+Shift+0 move container to workspace 10
+ # Note: workspaces can have any name you want, not just numbers.
+ # We just use 1-10 as the default.
+#
+# Layout stuff:
+#
+ # You can "split" the current object of your focus with
+ # $mod+b or $mod+v, for horizontal and vertical splits
+ # respectively.
+ bindsym $mod+b splith
+ bindsym $mod+v splitv
+
+ # Switch the current container between different layout styles
+ bindsym $mod+s layout stacking
+ bindsym $mod+w layout tabbed
+ bindsym $mod+e layout toggle split
+
+ # Make the current focus fullscreen
+ bindsym $mod+f fullscreen
+
+ # Toggle the current focus between tiling and floating mode
+ bindsym $mod+Shift+space floating toggle
+
+ # Swap focus between the tiling area and the floating area
+ bindsym $mod+space focus mode_toggle
+
+ # Move focus to the parent container
+ bindsym $mod+a focus parent
+#
+# Scratchpad:
+#
+ # Sway has a "scratchpad", which is a bag of holding for windows.
+ # You can send windows there and get them back later.
+
+ # Move the currently focused window to the scratchpad
+ bindsym $mod+Shift+minus move scratchpad
+
+ # Show the next scratchpad window or hide the focused scratchpad window.
+ # If there are multiple scratchpad windows, this command cycles through them.
+ bindsym $mod+minus scratchpad show
+#
+# Resizing containers:
+#
+mode "resize" {
+ # left will shrink the containers width
+ # right will grow the containers width
+ # up will shrink the containers height
+ # down will grow the containers height
+ bindsym $left resize shrink width 10px
+ bindsym $down resize grow height 10px
+ bindsym $up resize shrink height 10px
+ bindsym $right resize grow width 10px
+
+ # Ditto, with arrow keys
+ bindsym Left resize shrink width 10px
+ bindsym Down resize grow height 10px
+ bindsym Up resize shrink height 10px
+ bindsym Right resize grow width 10px
+
+ # Return to default mode
+ bindsym Return mode "default"
+ bindsym Escape mode "default"
+}
+bindsym $mod+d mode "resize"
+
+#
+# Status Bar:
+#
+# Read `man 5 sway-bar` for more information about this section.
+bar {
+ position top
+
+ # When the status_command prints a new line to stdout, swaybar updates.
+ # The default just shows the current date and time.
+ status_command while date +'%Y-%m-%d %H:%M:%S %z'; do sleep 60; done
+
+ colors {
+ statusline #ffffff
+ background #323232
+ inactive_workspace #32323200 #32323200 #5c5c5c
+ }
+}
+
+include /etc/sway/config.d/*
+
+# these are somewhat dynamic, annoyingly
+# Dell E770s?
+output DP-7 mode 1280x1024@60Hz pos 12224 2700 subpixel none
+output DP-8 mode 1280x1024@60Hz pos 12224 2700 subpixel none
+output "Dell Inc. DELL E770s 2010V11TA025" mode 1280x1024@60Hz pos 12224 2700 subpixel none
+
+# VG248s; fall back to 60Hz if 144Hz fails
+output "Ancor Communications Inc VG248 F7LMQS004695" mode 1920x1080@60Hz pos 5824 2160 subpixel rgb
+output "Ancor Communications Inc VG248 F7LMQS004695" mode 1920x1080@144Hz pos 5824 2160 subpixel rgb
+output "Ancor Communications Inc VG248 D7LMQS079966" mode 1920x1080@60Hz pos 8896 1620 subpixel rgb
+output "Ancor Communications Inc VG248 D7LMQS079966" mode 1920x1080@144Hz pos 8896 1620 subpixel rgb
+output "Ancor Communications Inc VG248 E3LMQS075845" mode 1920x1080@60Hz pos 8896 540 subpixel rgb
+output "Ancor Communications Inc VG248 E3LMQS075845" mode 1920x1080@144Hz pos 8896 540 subpixel rgb
+output "Ancor Communications Inc VG248 F5LMQS016582" mode 1920x1080@60Hz pos 10816 780 transform 270
+output "Ancor Communications Inc VG248 F5LMQS016582" mode 1920x1080@144Hz pos 10816 780 transform 270
+
+output "ViewSonic Corporation VX2475 SERIES 0x00000101" mode 3840x2160@60Hz pos 5056 0
+#output "ViewSonic Corporation VX2475 SERIES 0x00000101" mode 3840x2160@30Hz pos 5056 0
+output "ViewSonic Corporation VX2475 SERIES 0x01010101" mode 3840x2160@60Hz pos 5056 0
+#output "ViewSonic Corporation VX2475 SERIES 0x01010101" mode 3840x2160@30Hz pos 5056 0
+output "Samsung Electric Company SyncMaster H9NX712504" mode --custom 1280x1024@60Hz pos 8896 1136
+
+# CTX -- dead
+#output "Unknown 0x7695 0x00000000" mode --custom 1280x1024@60Hz pos 10944 2672 subpixel none
+# ViewSonic 17PS -- dead
+#output "ViewSonic Corporation 0x434A 0x00003B85" mode --custom 1600x1200@60Hz pos 9344 3636 subpixel none
+output "Acer Technologies X233H LFM0C0234040" mode --custom 1920x1080@60Hz pos 3136 0
+output "NEC Corporation NEC FE2111SB 3Y101245YA" mode 1600x1200@60Hz pos 3008 2616 subpixel none
+#output "NEC Corporation NEC FE2111SB 3Y101245YA" mode --custom 1600x1200@60Hz pos 3008 2616 subpixel none
+# Sometimes Iiyama fails to EDID correctly?
+#output DVI-I-2 mode --custom 2048x1536@59.954Hz pos 3008 1080 subpixel none
+output "Iiyama North America 0x1901 0x00000000" mode 2048x1536@59.954Hz pos 3008 1080 subpixel none
+output "Iiyama North America 0x1901 0x00000000" mode --custom 2048x1536@59.954Hz pos 3008 1080 subpixel none
+output "Iiyama North America 0x1901 Unknown" mode 2048x1536@59.954Hz pos 3008 1080 subpixel none
+output "Iiyama North America 0x1901 Unknown" mode --custom 2048x1536@59.954Hz pos 3008 1080 subpixel none
+# # 10944 3696
+output "NEC Corporation NEC FE950 0867283JA" mode --custom 2048x1536@60Hz pos 8896 2700 subpixel none
+#output "NEC Corporation NEC FE950 0867283JA" mode --custom 2048x1536@60Hz pos 8896 2700 subpixel none
+# Multiscan 200ES
+output "Sony CPD-200ES 4307649" mode 1280x1024@60Hz pos 10944 2700 subpixel none
+#output "Sony CPD-200ES 4307649" mode --custom 1280x1024@60Hz pos 10944 2700 subpixel none
+# Multiscan 17sf II...?
+output "Sony 0x0000 0x00006FFE" mode --custom 1280x1024@60Hz pos 11896 1676 subpixel none
+output "Sony 0x0000 0x00236CFE" mode --custom 1280x1024@60Hz pos 11896 1676 subpixel none
+
+# only necessary when more than one DsplayPort monitor fails to identify model name
+#exec_always fix_sway.sh
+
+#assign [app_id="foot"] workspace 9
diff --git a/.config/sway/fix_sway.sh b/.config/sway/fix_sway.sh
new file mode 100755
index 0000000..61a3d72
--- /dev/null
+++ b/.config/sway/fix_sway.sh
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+sway "$(
+ swaymsg -p -t get_outputs \
+ | sway-output-parse.sh --mode \
+ | sed -ne s/1024x768@.........Hz/1280x1024@60Hz/p \
+ | head -n 1
+)"
+
+# shove the last active unnamed DP monitor downward by a monitor's-worth
+
+dp_regex="^output +(DP-[0-9]) +mode +--custom +1280x1024@.+Hz +pos +([0-9]+) +([0-9]+)"
+
+IFS=$'\n'
+
+line="$( swaymsg -p -t get_outputs | sway-output-parse.sh --basic | egrep " DP-[0-9] +mode " | tail -n 1 )"
+
+if [[ "$line" =~ $dp_regex ]]; then
+ sway "output "${BASH_REMATCH[1]}" pos $(( ${BASH_REMATCH[2]} )) $(( ${BASH_REMATCH[3]} + 1024 ))"
+fi
diff --git a/.config/systemd/user/default.target.wants/ssh-agent.service b/.config/systemd/user/default.target.wants/ssh-agent.service
new file mode 120000
index 0000000..fbfd099
--- /dev/null
+++ b/.config/systemd/user/default.target.wants/ssh-agent.service
@@ -0,0 +1 @@
+../ssh-agent.service \ No newline at end of file
diff --git a/.config/systemd/user/ssh-agent.service b/.config/systemd/user/ssh-agent.service
new file mode 100644
index 0000000..baba500
--- /dev/null
+++ b/.config/systemd/user/ssh-agent.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=ssh-agent
+
+[Service]
+Type=simple
+Environment=SSH_AUTH_SOCK=%t/ssh-agent
+Environment=DISPLAY=:0
+ExecStart=/usr/bin/ssh-agent -d -a $SSH_AUTH_SOCK
+
+[Install]
+WantedBy=default.target
+