Update sway configs

This commit is contained in:
2024-02-12 18:34:26 -06:00
parent 0bc302721c
commit 211c5e8bce
4 changed files with 213 additions and 5 deletions

View File

@@ -3,6 +3,9 @@
# Licensed under the terms of the MIT License
#
# Configs
set $term foot
## WORKSPACES
set $w1 1
set $w2 2
@@ -32,7 +35,7 @@ workspace $w9 output $monsec
## COSMETICS
font pango:IBM Plex Sans 12
default_border pixel 6
default_border pixel 4
focus_on_window_activation none
gaps inner 8
@@ -65,7 +68,7 @@ set $shift Shift
floating_modifier $mod
# Program opening and closing
bindsym $mod+Return exec "konsole"
bindsym $mod+Return exec "$term"
bindsym $mod+q kill
bindsym $mod+space exec "rofi -show drun"
bindsym $mod+backslash exec "rofi -show ssh"
@@ -172,6 +175,10 @@ input "type:touchpad" {
tap_button_map lrm # 1/2/3-finger tap (left, right, middle)
}
## OUTPUTS
# Laptop display
output eDP-1 scale 1.5
## MODES
# Resize
bindsym $mod+r mode "resize"