This commit is contained in:
Michael Chalupiak
2025-02-01 15:05:23 -05:00
parent b893d4df72
commit 8b6ef51156
13 changed files with 466 additions and 24 deletions

View File

@@ -19,8 +19,8 @@ set $term ghostty
# 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 bemenu-run --fn "BigBlueTermPlus Nerd Font 12" | xargs swaymsg exec --
set $menu bemenu-run --fn "Cascadia Code 12" | xargs swaymsg exec --
set $menu bemenu-run --fn "BigBlueTermPlus Nerd Font 12" | xargs swaymsg exec --
# set $menu bemenu-run --fn "Cascadia Code 12" | xargs swaymsg exec --
# WOB
set $WOBSOCK $XDG_RUNTIME_DIR/wob.sock
@@ -40,7 +40,10 @@ output * bg $HOME/Pictures/wallpapers/wallpaper fill
# output eDP-1 scale 1.5
#
# You can get the names of your outputs by running: swaymsg -t get_outputs
output DP-2 mode 2560x1440@165.000Hz
output DP-2 adaptive_sync on
font pango:Helvetica Regular 11
### Idle configuration
#
# Example configuration:
@@ -88,7 +91,7 @@ output * bg $HOME/Pictures/wallpapers/wallpaper fill
# Start your launcher
bindsym $mod+d exec $menu
bindsym $mod+n exec kitty -e nvim
bindsym $mod+n exec ghostty -e nvim
# bindsym $mod+n exec emacsclient -c
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
@@ -222,7 +225,7 @@ bindsym $mod+r mode "resize"
# Read `man 5 sway-bar` for more information about this section.
bar {
position top
font "Cascadia Code 11"
font "Helvetica 11"
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
status_command while ~/.config/sway/bar.sh; do sleep 1; done
@@ -268,6 +271,6 @@ bindsym XF86Search exec bemenu-run
# Screenshot
bindsym $mod+p exec grim -g "$(slurp)"
exec "systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
include /etc/sway/config.d/*