Skip to content

Commit

Permalink
Add i3 shortcuts for quick paste
Browse files Browse the repository at this point in the history
  • Loading branch information
yangle committed Sep 3, 2018
1 parent 92dc5cf commit 650b4d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions -config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ bindsym $mod+Shift+8 move container to workspace "8"; workspace "8"
bindsym $mod+Shift+9 move container to workspace "9"; workspace "9"
bindsym $mod+Shift+0 move container to workspace "10"; workspace "10"

# Quick paste.
bindsym $mod+Shift+p mark --toggle "paste target"
bindsym $mod+p exec xkeys "paste target" ctrl+shift+v Return

# Lock screen.
bindsym Ctrl+Mod1+l exec i3lock -c 000000

Expand Down

0 comments on commit 650b4d5

Please sign in to comment.