aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2024-07-09 13:44:06 -0600
committerjason2024-07-09 13:44:06 -0600
commit187fe3185d4c30fb41c5819dfecaed8feec59649 (patch)
tree0dc6be5fe3b40a267b094bf139827eea4f42fca3
parent8c0182265e5d66e1b853043684e7ae68424aaec4 (diff)
downloaddotfiles-187fe3185d4c30fb41c5819dfecaed8feec59649.tar.gz
dotfiles-187fe3185d4c30fb41c5819dfecaed8feec59649.zip
sway qol
-rw-r--r--bash/.bashrc2
-rw-r--r--emacs/.authinfo.gpgbin1328 -> 1381 bytes
-rw-r--r--sway/.config/sway/config5
3 files changed, 4 insertions, 3 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index fa7d28a..6ce988c 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -271,7 +271,7 @@ fi
271 271
272####### 272#######
273 273
274TERM="xterm-256color" 274#TERM="xterm-256color"
275 275
276# direnv's use_nix will overwrite TMPDIR so it needs to be hard coded to /tmp/ 276# direnv's use_nix will overwrite TMPDIR so it needs to be hard coded to /tmp/
277#EMACS_SERVER_SOCKET="/tmp/emacs$(id -u)/server" 277#EMACS_SERVER_SOCKET="/tmp/emacs$(id -u)/server"
diff --git a/emacs/.authinfo.gpg b/emacs/.authinfo.gpg
index 2a7acf8..2e50727 100644
--- a/emacs/.authinfo.gpg
+++ b/emacs/.authinfo.gpg
Binary files differ
diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index 7a4bcae..d7da137 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -20,7 +20,7 @@ set $right l
20set $term foot 20set $term foot
21 21
22# The built-in laptop screen. Used for clam shell and scaling 22# The built-in laptop screen. Used for clam shell and scaling
23set $laptop_screen eDP-1 23set $laptop_screen eDP-2
24 24
25# Define the command to sleep 25# Define the command to sleep
26set $cmd_sleep loginctl suspend 26set $cmd_sleep loginctl suspend
@@ -59,7 +59,8 @@ for_window [app_id="^launcher$"] floating enable, border none #, opacity $launch
59output $laptop_screen scale 1.25 59output $laptop_screen scale 1.25
60 60
61### Wallpaper 61### Wallpaper
62output * bg ~/Sync/Files/wallpaper/PagedOut_002_wallpaper_30.png fill 62# output * bg ~/Sync/Files/wallpaper/Photo\ by\ Annie\ Spratt\ \(vvW_-oiTngQ\).jpg fill
63output * bg ~/Sync/Files/wallpaper/mountains_at_sunset.jpg fill
63#output * bg ~/Sync/Files/wallpaper/Photo\ by\ Pramod\ Tiwari\ \(uvld3ZQxK1g\).jpg fill 64#output * bg ~/Sync/Files/wallpaper/Photo\ by\ Pramod\ Tiwari\ \(uvld3ZQxK1g\).jpg fill
64 65
65############################################################################### 66###############################################################################