Skip to content

Commit 649aabf

Browse files
Save changes at: 1780180400
1 parent 6c15aaa commit 649aabf

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

sway.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ exec swayidle -w \
208208
# You can "split" the current object of your focus with
209209
# $mod+b or $mod+v, for horizontal and vertical splits
210210
# respectively.
211-
bindsym $mod+b splith
212-
bindsym $mod+v splitv
211+
bindsym $mod+Shift+b splith
212+
bindsym $mod+Shift+v splitv
213213
214214
# Switch the current container between different layout styles
215215
bindsym $mod+s layout stacking
@@ -346,8 +346,6 @@ font=JetBrainsMono Nerd Font:size=16
346346
pad=14x14
347347
term=xterm-256color
348348
349-
include=~/.config/omarchy/current/theme/foot.ini
350-
351349
[scrollback]
352350
lines=10000
353351
@@ -356,8 +354,7 @@ style=block
356354
blink=yes
357355
358356
[key-bindings]
359-
clipboard-copy=Control+Insert
360-
clipboard-paste=Shift+Insert
357+
primary-paste=Super+v
361358
EOF
362359
}
363360

0 commit comments

Comments
 (0)