repos / dotfiles

my dotfiles

commit
22dc428
parent
de7be61
author
Eric Bower
date
2026-02-01 00:34:37 -0500 EST
chore: cleanup
4 files changed,  +23, -76
D bin/backup
+0, -9
 1@@ -1,9 +0,0 @@
 2-#!/usr/bin/env bash
 3-
 4-docker run --rm -it \
 5-	-v /home:/mnt/source/home:ro \
 6-	-v /etc:/mnt/source/etc:ro \
 7-	-v /home/erock/dev/dev/borg/config_fox.yaml:/etc/borgmatic.d/config.yaml \
 8-	-v /home/erock/dev/dev/borg/crontab.txt:/etc/borgmatic.d/crontab.txt \
 9-	-e TZ=America/Detroit \
10-	borgmatic borgmatic --create --prune --stats -v 2 2>&1
R bin/keyd.sh => bin/keyd
+0, -0
D bin/setup_fresh
+0, -10
 1@@ -1,10 +0,0 @@
 2-#!/usr/bin/env bash
 3-set -x
 4-
 5-#source ./load_keys.sh
 6-
 7-# tpm
 8-git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
 9-
10-nvim --headless "+Lazy! sync" +qa
11-~/.tmux/plugins/tpm/bin/install_plugins
M dot_config/sway/config
+23, -57
  1@@ -7,12 +7,11 @@ set $right l
  2 # Your preferred terminal emulator
  3 set $term foot
  4 
  5-font pango:"Noto Sans" 10, "Noto Color Emoji" 10
  6+# font pango:"Noto Sans" 10, "Noto Color Emoji" 10
  7 
  8 set $background #282a36
  9 set $color5 #bd93f9
 10-set $menuargs --binding vim --no-exec --no-overlap --ignorecase --prompt '>>' --fn "Noto Sans Mono 10" --tf "$color5" --hf "$color5" --tb "$background" --fb "$background" --nb "$background" --ab "$background" --hb "$background"
 11-set $menu bemenu-run $menuargs | xargs swaymsg exec --
 12+set $menu bemenu-run | xargs swaymsg exec --
 13 
 14 client.focused		#bd93f9 #282a36 #f2f2f2 #50fa7b #bd93f9
 15 client.unfocused	#81859b #282a36 #81859b #50fa7b #44475a
 16@@ -20,9 +19,6 @@ client.unfocused	#81859b #282a36 #81859b #50fa7b #44475a
 17 default_border pixel 1
 18 
 19 set $home DP-1
 20-#output $home mode 2560x1440@144Hz
 21-#output $home scale 1
 22-
 23 set $home3 DP-3
 24 output $home3 mode 2560x1440@144Hz
 25 output $home3 scale 1
 26@@ -48,57 +44,47 @@ bindsym XF86AudioMute exec pamixer --toggle-mute
 27 bindsym XF86AudioLowerVolume exec pamixer -d 5
 28 bindsym XF86AudioRaiseVolume exec pamixer -i 5
 29 # bindsym $mod+Shift+s exec grimshot --notify save area
 30-bindsym $mod+Shift+s exec grim -g "$(slurp)" -t png ~/screenshot.png 
 31-
 32-input "type:touchpad" {
 33-    tap enabled
 34-    natural_scroll disabled
 35-    dwt disabled
 36-    accel_profile "flat"  # disable mouse acceleration
 37-    pointer_accel 0.0     # set mouse sensitivity (between -1 and 1)
 38-}
 39+bindsym $mod+Shift+s exec grim -g "$(slurp)" -t png ~/screenshot.png
 40+
 41+# input "type:touchpad" {
 42+#     tap enabled
 43+#     natural_scroll disabled
 44+#     dwt disabled
 45+#     accel_profile "flat"  # disable mouse acceleration
 46+#     pointer_accel 0.0     # set mouse sensitivity (between -1 and 1)
 47+# }
 48 
 49 input "type:keyboard" {
 50 	repeat_delay 300
 51 	repeat_rate 30
 52 }
 53 
 54-input "1:1:AT_Translated_Set_2_keyboard" {
 55-  xkb_options "caps:escape,altwin:swap_alt_win"
 56-}
 57+# input "1:1:AT_Translated_Set_2_keyboard" {
 58+#   xkb_options "caps:escape,altwin:swap_alt_win"
 59+# }
 60 
 61-input "18003:1:foostan_Corne" {
 62-}
 63+# input "18003:1:foostan_Corne" {
 64+# }
 65 
 66-input "4152:5920:SteelSeries_SteelSeries_Rival_310_eSports_Mouse_Keyboard" {
 67-    scroll_factor 1
 68-}
 69+# input "4152:5920:SteelSeries_SteelSeries_Rival_310_eSports_Mouse_Keyboard" {
 70+#     scroll_factor 1
 71+# }
 72 
 73-input "20547:23623:Ploopy_Corporation_Ploopy_Adept_Trackball_Mouse" {
 74-  accel_profile "flat"
 75-  pointer_accel -0.65 # between -1 and 1
 76-}
 77+# input "20547:23623:Ploopy_Corporation_Ploopy_Adept_Trackball_Mouse" {
 78+#   accel_profile "flat"
 79+#   pointer_accel -0.65 # between -1 and 1
 80+# }
 81 
 82-# Start a terminal
 83 bindsym $mod+Return exec $term
 84 
 85-# Kill focused window
 86 bindsym $mod+Shift+q kill
 87 
 88-# Start your launcher
 89 bindsym $mod+d exec $menu
 90 
 91-# Drag floating windows by holding down $mod and left mouse button.
 92-# Resize them with right mouse button + $mod.
 93-# Despite the name, also works for non-floating windows.
 94-# Change normal to inverse to use left mouse button for resizing and right
 95-# mouse button for dragging.
 96 floating_modifier $mod normal
 97 
 98-# Reload the configuration file
 99 bindsym $mod+Shift+c reload
100 
101-# Exit sway
102 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'
103 
104 # Move your focus around
105@@ -150,25 +136,12 @@ bindsym $mod+s layout stacking
106 bindsym $mod+w layout tabbed
107 bindsym $mod+e layout toggle split
108 
109-# Make the current focus fullscreen
110 bindsym $mod+f fullscreen
111 
112-# Toggle the current focus between tiling and floating mode
113 bindsym $mod+Shift+space floating toggle
114-
115-# Swap focus between the tiling area and the floating area
116 bindsym $mod+space focus mode_toggle
117 
118-# Move focus to the parent container
119-bindsym $mod+a focus parent
120-
121-# Sway has a "scratchpad", which is a bag of holding for windows.
122-# You can send windows there and get them back later.
123-# Move the currently focused window to the scratchpad
124 bindsym $mod+Shift+minus move scratchpad
125-
126-# Show the next scratchpad window or hide the focused scratchpad window.
127-# If there are multiple scratchpad windows, this command cycles through them.
128 bindsym $mod+minus scratchpad show
129 
130 bar {
131@@ -176,11 +149,4 @@ bar {
132 }
133 
134 exec_always gammastep -l 42.265385:-83.716557 -t 6500:3500
135-
136-set $gnome-schema org.gnome.desktop.interface
137-exec_always {
138-    gsettings set $gnome-schema font-name 'Noto Sans 10'
139-}
140-
141-# notifications
142 exec mako