# Preferences output * bg ~/Pictures/backgrounds/4.jpg fill input "type:touchpad" natural_scroll enabled input "type:pointer" accel_profile flat set $mod Mod4 set $left h set $down j set $up k set $right l set $term foot set $menu ~/.config/scripts/menu/menu "Run:" run | xargs swaymsg exec -- # Keybinds bindsym $mod+Return exec $term bindsym $mod+c kill bindsym $mod+r exec $menu floating_modifier $mod normal bindsym $mod+q reload bindsym $mod+Shift+q exec swaymsg exit # - bindsym $mod+$left focus left bindsym $mod+$down focus down bindsym $mod+$up focus up bindsym $mod+$right focus right bindsym $mod+Left focus left bindsym $mod+Down focus down bindsym $mod+Up focus up bindsym $mod+Right focus right # - bindsym $mod+Shift+$left move left bindsym $mod+Shift+$down move down bindsym $mod+Shift+$up move up bindsym $mod+Shift+$right move right bindsym $mod+Shift+Left move left bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # - bindsym $mod+1 workspace " I " bindsym $mod+2 workspace " II " bindsym $mod+3 workspace " III " bindsym $mod+4 workspace " IV " bindsym $mod+5 workspace " V " bindsym $mod+Shift+1 move container to workspace " I " bindsym $mod+Shift+2 move container to workspace " II " bindsym $mod+Shift+3 move container to workspace " III " bindsym $mod+Shift+4 move container to workspace " IV " bindsym $mod+Shift+5 move container to workspace " V " # - bindsym $mod+b splith bindsym $mod+v splitv bindsym $mod+Shift+t layout tabbed bindsym $mod+e layout toggle split bindsym $mod+f fullscreen bindsym $mod+Shift+f floating toggle # Layout client.focused #00000000 #2e9ef4 #00000000 default_border pixel 1 gaps inner 10 bar { position bottom font pango:JetBrainsMono Bold 9 status_command ~/.config/scripts/status/sway colors { background #00000000 statusline #2e9ef4 focused_workspace #2e9ef450 #2e9ef420 #ffffff inactive_workspace #00000000 #00000000 #2e9ef4 } }