commit 8857ce4353c999fbfcd79b99da9d7dab481be181
parent 40b93b20135ba3508e86bb634bcb6f17faefa525
Author: Jake Koroman <jakekoroman@gmail.com>
Date: Wed, 14 Feb 2024 14:19:27 -0500
fix formatting and update readme
Diffstat:
2 files changed, 25 insertions(+), 24 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config
@@ -28,32 +28,32 @@ exec dbus-update-activation-environment WAYLAND_DISPLAY
# Basics:
#
# Start a terminal
- bindsym $mod+Return exec $term
+ bindsym $mod+Return exec $term
- # launch browser
- bindsym $mod+b exec firefox
+ # launch browser
+ bindsym $mod+b exec firefox
- # bookmark script
- bindsym $mod+Shift+b exec bookmarks
+ # bookmark script
+ bindsym $mod+Shift+b exec bookmarks
- # ssh-client script
- bindsym $mod+Shift+Return exec sshmenu
+ # ssh-client script
+ bindsym $mod+Shift+Return exec sshmenu
- # emacs
- bindsym $mod+e exec emacs
+ # emacs
+ bindsym $mod+e exec emacs
- # launch pcmanfm
- bindsym $mod+F2 exec pcmanfm
+ # launch pcmanfm
+ bindsym $mod+F2 exec pcmanfm
- # screenshot
- bindsym $mod+s exec grimshot copy window
- bindsym $mod+Shift+s exec grimshot copy area
+ # screenshot
+ bindsym $mod+s exec grimshot copy window
+ bindsym $mod+Shift+s exec grimshot copy area
- # passmenu
- bindsym $mod+p exec passmenu-otp
+ # passmenu
+ bindsym $mod+p exec passmenu-otp
- # pavucontrol
- bindsym $mod+F1 exec pavucontrol
+ # pavucontrol
+ bindsym $mod+F1 exec pavucontrol
# lock screen
bindsym $mod+Delete exec --no-startup-id "swaylock -f -c 181818"
@@ -83,8 +83,8 @@ exec dbus-update-activation-environment WAYLAND_DISPLAY
# mouse button for dragging.
floating_modifier $mod normal
- # toggle bar
- bindsym $mod+comma bar mode toggle
+ # toggle bar
+ bindsym $mod+comma bar mode toggle
# Reload the configuration file
bindsym $mod+Control+r reload
@@ -146,12 +146,12 @@ exec dbus-update-activation-environment WAYLAND_DISPLAY
#
# Layout stuff:
#
- # toggle split orientation
+ # toggle split orientation
bindsym $mod+v split t
- bindsym $mod+Tab layout toggle tabbed split
+ bindsym $mod+Tab layout toggle tabbed split
- workspace_layout tabbed
+ workspace_layout tabbed
# Make the current focus fullscreen
bindsym $mod+f fullscreen
@@ -165,7 +165,7 @@ exec dbus-update-activation-environment WAYLAND_DISPLAY
# Move focus to the parent container
bindsym $mod+a focus parent
- for_window [class="steam" title="Friends List"] floating enable
+ for_window [class="steam" title="Friends List"] floating enable
#
# Scratchpad:
#
diff --git a/README b/README
@@ -7,6 +7,7 @@ contains configs for both my desktop and laptop.
usage
-----
+requires gnu stow
./deploy [laptop|desktop]
how it works