Commit c5eded5

bryfry <bryon@fryer.io>
2023-09-15 17:45:03
wayland deps
1 parent bd1363f
files/bashrc_d_gpg.sh → files/bashrc_d/gpg.sh
File renamed without changes
files/bashrc_d/screenshot.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+#
+# requires grim, slurp, wl-clipboard
+#
+alias screen-full='grim - | tee $(xdg-user-dir)/$(date +"%s_full.png") | wl-copy'
+alias screen-slurp='grim -g "$(slurp)" - | tee $(xdg-user-dir)/$(date +"%s_slurp.png") | wl-copy'
+alias screen-window='echo "not yet"'
files/kitty_kitty.conf
@@ -1387,7 +1387,7 @@ clone_source_strategies venv,conda,env_var,path
 #: This option must be a comma separated list of the above values.
 #: This only source the first valid one in the above order.
 
-term xterm-kitty
+term screen-256color
 
 #: The value of the TERM environment variable to set. Changing this
 #: can break many terminal programs, only change it if you know what
files/sway_config
@@ -201,8 +201,9 @@ bar {
 default_border pixel 2
 hide_edge_borders none
 smart_borders on
-client.focused   #111111 #222222 #ffffff #ffffff
+client.focused   #111111 #222222 #ffffff #333333
 client.unfocused #111111 #111111 #ffffff
+client.focused_inactive #111111 #111111 #ffffff
 font "pango:Berkeley Mono Bold 8"
 
 ### Idle configuration
main.yml
@@ -26,7 +26,12 @@
        cache_valid_time: 1800 #30m
        state: latest
        pkg:
+       # wm 
        - sway
+       - grim
+       - slurp
+       - imv
+       - wl-clipboard
        # cli
        - kitty
        - tmux
@@ -59,7 +64,6 @@
        - ".config/sway"
        - ".config/kitty"
        - ".gnupg"
-       - ".bashrc.d"
   
    - name: home directory symlinks
      file:
@@ -85,5 +89,5 @@
         dest: ".config/kitty/theme.conf"
       - src: "bashrc"
         dest: ".bashrc"
-      - src: "bashrc_d_gpg.sh"
-        dest: ".bashrc.d/gpg.sh"
+      - src: "bashrc_d"
+        dest: ".bashrc.d"