mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-23 08:02:19 +00:00
Several improvements.
* Tmux is not started by default anymore * Added functions for i3 - Awesome!! * zsh to start tmux
This commit is contained in:
9
not_dots/clipboard
Normal file
9
not_dots/clipboard
Normal file
@@ -0,0 +1,9 @@
|
||||
#! /usr/bin/perl
|
||||
# /usr/lib/urxvt/perl/clipboard
|
||||
|
||||
sub on_sel_grab {
|
||||
my $query=quotemeta $_[0]->selection;
|
||||
$query=~ s/\n/\\n/g;
|
||||
$query=~ s/\r/\\r/g;
|
||||
system( "echo " . $query . " | xsel -i -b -p" );
|
||||
}
|
Reference in New Issue
Block a user