diff --git a/apps/de/x/profile b/apps/de/x/profile index 60fb2b4..17a48d3 100644 --- a/apps/de/x/profile +++ b/apps/de/x/profile @@ -10,7 +10,6 @@ has_command xcape && xcape -e 'Control_L=Escape' & has_command libinput-gestures-setup && libinput-gestures-setup start has_command autocutsel && autocutsel -s PRIMARY & -has_command autocutsel && autocutsel -s CLIPBOARD & has_command autorandr && autorandr -c has_command redshift && redshift -r -l 39.1:-94.6 -t 6500K:3000K & has_command kdeconnect-indicator && kdeconnect-indicator & diff --git a/apps/htop/rc b/apps/htop/rc index 73e2ece..adcbee7 100644 --- a/apps/htop/rc +++ b/apps/htop/rc @@ -8,11 +8,11 @@ hide_kernel_threads=1 hide_userland_threads=1 shadow_other_users=0 show_thread_names=0 -show_program_path=0 +show_program_path=1 highlight_base_name=1 highlight_megabytes=1 highlight_threads=1 -tree_view=1 +tree_view=0 header_margin=1 detailed_cpu_time=0 cpu_count_from_zero=0 diff --git a/bin/clip b/bin/clip index cf5e0d7..45b93c0 100755 --- a/bin/clip +++ b/bin/clip @@ -1,5 +1,7 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh xclip -selection primary xclip -selection primary -out | xclip -selection clipboard xclip -selection primary -out | xclip -selection secondary +echo "Your input was stored in all clipboards." +sleep 5 && killall xclip &>/dev/null &