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

@@ -1,8 +1,8 @@
live_config_reload = true general.live_config_reload = true
[font] [font]
normal = { family = "JetBrainsMono NF", style = "Regular" } normal = { family = "JetBrainsMono NF", style = "Regular" }
size = 9.5 size = 10
[window] [window]
dynamic_padding = true dynamic_padding = true

View File

@@ -4,12 +4,14 @@
# term=foot (or xterm-256color if built with -Dterminfo=disabled) # term=foot (or xterm-256color if built with -Dterminfo=disabled)
term=xterm-256color term=xterm-256color
# login-shell=no # login-shell=no
#include=/usr/share/foot/themes/jetbrains-darcula
#include=/usr/share/foot/themes/paper-color-dark
app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode
title=foot title=foot
locked-title=no locked-title=no
font=JetBrainsMono NF:size=10 font=JetBrainsMono NF:size=10.5
#font= :size=10 #font= :size=10
# font-bold=<bold variant of regular font> # font-bold=<bold variant of regular font>
# font-italic=<italic variant of regular font> # font-italic=<italic variant of regular font>

View File

@@ -4,7 +4,7 @@ font 'JetBrainsMono NF' 9
#set $mod Mod4 #set $mod Mod4
set $mod Mod1 set $mod Mod1
set $term kitty set $term alacritty
set $menu wofi -S drun -G set $menu wofi -S drun -G
set $left h 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 # 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 * background ~/Downloads/jordan-duca-aOqEXM_zI_4-unsplash.jpg fill
output * scale 1.8 bg #000000 solid_color output * scale 1.5 bg #000000 solid_color
output $laptop scale 1.9 mode 2880x1800@60Hz output $laptop scale 1.8 mode 2880x1800@60Hz
bindswitch --reload --locked lid:on output $laptop disable bindswitch --reload --locked lid:on output $laptop disable
bindswitch --reload --locked lid:off output $laptop enable bindswitch --reload --locked lid:off output $laptop enable
exec_always '/home/jozamudi/.config/sway/scripts/clamshell-mode.sh' 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' bindsym $mod+Shift+o exec 'playerctl pause && swaylock -c 0x0000'
# Status Bar: # 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. # Generated windows.
for_window [title="(?:Open|Save) (?:File|Folder|As)"] floating enable; for_window [title="(?:Open|Save) (?:File|Folder|As)"] floating enable;
for_window [title="(?:Open|Save) (?:File|Folder|As)"] resize set 800 600 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; && pkill -RTMIN+10 i3blocks;
bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
bindsym XF86MonBrightnessDown exec brightnessctl set 1%- bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
bindsym XF86MonBrightnessUp exec brightnessctl set 1%+ bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
bindsym XF86Search exec bemenu-run 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:right workspace prev
bindgesture swipe:left workspace next bindgesture swipe:left workspace next
# Auto start .desktop files using dex # Auto start .desktop files using dex
exec dex -a #exec dex -a
exec powertop --auto-tune exec powertop --auto-tune
exec swaync exec swaync
exec sway-audio-idle-inhibit exec sway-audio-idle-inhibit
exec wl-paste -t text --watch clipman store --no-persist exec eval "$(ssh-agent -s)"
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
include /etc/sway/config.d/* include /etc/sway/config.d/*

View File

@@ -8,7 +8,6 @@ unbind C-b
set -g prefix C-Space set -g prefix C-Space
bind C-Space send-prefix bind C-Space send-prefix
# set vi-mode # set vi-mode
set-window-option -g mode-keys vi set-window-option -g mode-keys vi
# keybindings # keybindings