This commit is contained in:
2025-05-21 16:22:38 -07:00
parent 7ee39c0028
commit 5caee464f3
4 changed files with 14 additions and 45 deletions

View File

@@ -4,7 +4,7 @@ font 'JetBrainsMono NF' 9
#set $mod Mod4
set $mod Mod1
set $term kitty
set $term alacritty
set $menu wofi -S drun -G
set $left h
@@ -20,8 +20,8 @@ include /etc/sway/config-vars.d/*
# You can get the names of your outputs by running: swaymsg -t get_outputs
#output * background ~/Downloads/jordan-duca-aOqEXM_zI_4-unsplash.jpg fill
output * scale 1.8 bg #000000 solid_color
output $laptop scale 1.9 mode 2880x1800@60Hz
output * scale 1.5 bg #000000 solid_color
output $laptop scale 1.8 mode 2880x1800@60Hz
bindswitch --reload --locked lid:on output $laptop disable
bindswitch --reload --locked lid:off output $laptop enable
exec_always '/home/jozamudi/.config/sway/scripts/clamshell-mode.sh'
@@ -182,21 +182,8 @@ bindsym $mod+Shift+s sticky toggle
bindsym $mod+Shift+o exec 'playerctl pause && swaylock -c 0x0000'
# Status Bar:
bar swaybar_command waybar
# Read `man 5 sway-bar` for more information about this section.
bar {
position top
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
status_command i3blocks
colors {
statusline #ffffff
#background #323232
#inactive_workspace #32323200 #32323200 #5c5c5c
}
}
# Generated windows.
for_window [title="(?:Open|Save) (?:File|Folder|As)"] floating enable;
for_window [title="(?:Open|Save) (?:File|Folder|As)"] resize set 800 600
@@ -219,40 +206,21 @@ bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle \
&& pkill -RTMIN+10 i3blocks;
bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
bindsym XF86MonBrightnessDown exec brightnessctl set 1%-
bindsym XF86MonBrightnessUp exec brightnessctl set 1%+
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
bindsym XF86Search exec bemenu-run
bindsym $mod+p exec grimshot savecopy anything
bindsym $mod+p exec slurp | grim -g - - | tee ~/Pictures/$(date +%s).png | wl-copy
bindgesture swipe:right workspace prev
bindgesture swipe:left workspace next
# Auto start .desktop files using dex
exec dex -a
#exec dex -a
exec powertop --auto-tune
exec swaync
exec sway-audio-idle-inhibit
exec wl-paste -t text --watch clipman store --no-persist
seat seat0 xcursor_theme Adwaita 25
#exec dbus-update-activation-environment WAYLAND_DISPLAY \
# DISPLAY XDG_CURRENT_DESKTOP SWAYSOCK I3SOCK XCURSOR_SIZE XCURSOR_THEME
# Looks
#default_border pixel 2
#default_floating_border pixel 2
gaps inner 2
gaps outer 2
blur enable
corner_radius 5
titlebar_border_thickness 0
titlebar_padding 0
#client.focused #e28743 #e28743 #ffffff
exec eval "$(ssh-agent -s)"
include /etc/sway/config.d/*