diff options
| author | Josh <joshott16@gmail.com> | 2025-07-24 17:17:57 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-07-24 17:17:57 -0400 |
| commit | b7636671f433203eaa740814b14cd1727c80b3cc (patch) | |
| tree | 7ccedde897b0fb7bb8c4eaa7582ec311f5c78430 | |
| parent | 097a7f4a621c973eb2de67c1fd7570db2cacd98e (diff) | |
| download | dotfiles-b7636671f433203eaa740814b14cd1727c80b3cc.tar.gz dotfiles-b7636671f433203eaa740814b14cd1727c80b3cc.zip | |
some sway configurations
| -rw-r--r-- | sway/config | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sway/config b/sway/config index 505d021..92e1edb 100644 --- a/sway/config +++ b/sway/config @@ -50,6 +50,8 @@ input type:tablet_tool { map_to_output eDP-1 } +mouse_warping container + ### Key bindings # # Basics: @@ -114,6 +116,9 @@ bindsym $mod+Shift+8 move container to workspace number 8 bindsym $mod+Shift+9 move container to workspace number 9 bindsym $mod+Shift+0 move container to workspace number 10 +bindsym $mod+Tab workspace next +bindsym $mod+Shift+Tab workspace prev + # # Layout stuff: # @@ -185,9 +190,9 @@ bindsym $mod+Shift+g exec feh -Z -F -B black /home/josh/Pictures/game.png bindsym $mod+Shift+w exec wallpicker # target title bg text indicator border -client.focused $color7 $background $foreground $color15 $color7 -client.focused_inactive $color0 $color0 $foreground 00000000 00000000 -client.unfocused $color0 $color0 $foreground 00000000 00000000 +client.focused $color12 $color12 $background $color15 $color12 +client.focused_inactive $color0 $color0 $foreground $color13 00000000 +client.unfocused $color0 $color0 $foreground $color13 00000000 client.urgent $color13 $background $color13 $color8 $color13 client.placeholder $color8 $background $foreground $color8 $color8 client.background $background @@ -198,6 +203,8 @@ gaps outer 0px title_align center default_border pixel +force_display_urgency_hint 1500 + for_window [app_id="float"] floating enable for_window [app_id="numbat"] floating enable; resize set 800 600 for_window [app_id="xoppdoggin"] floating enable; resize set 1800 1000 |