This commit is contained in:
KK
2026-06-09 18:21:38 +02:00
parent e49497b566
commit 2e5f841bb0
7 changed files with 88 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
[main]
font=monospace:size=16
font=JetBrains Mono:size=16
[bell]
urgent=no

View File

@@ -17,9 +17,21 @@ set $right l
set $term foot
# Your preferred application launcher
set $menu wmenu-run -l 10
set $fontsize 10
# UI font
font pango:JetBrains Mono $fontsize
include /etc/sway/config-vars.d/*
default_border pixel 2
default_floating_border pixel 1
hide_edge_borders smart
### Output configuration
#
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
@@ -168,15 +180,15 @@ exec wl-paste --type image --watch cliphist store
bindsym $mod+v splitv
# Switch the current container between different layout styles
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
bindsym $mod+Ctrl+3 layout stacking
bindsym $mod+Ctrl+2 layout tabbed
bindsym $mod+Ctrl+1 layout toggle split
# Make the current focus fullscreen
bindsym $mod+f fullscreen
# Toggle the current focus between tiling and floating mode
bindsym $mod+Shift+space floating toggle
bindsym $mod+Shift+f floating toggle
# Swap focus between the tiling area and the floating area
bindsym $mod+space focus mode_toggle
@@ -242,6 +254,7 @@ bindsym $mod+r mode "resize"
# Read `man j sway-bar` for more information about this section.
bar {
position top
font pango:JetBrains Mono $fontsize
# Show volume, brightness, and date/time.
status_command ~/.config/sway/status.sh