From e6b55b5d1684d32c43f26371d6b2902d951f7b84 Mon Sep 17 00:00:00 2001 From: har0ke Date: Wed, 30 Nov 2022 00:34:45 +0100 Subject: [PATCH] Move some scripts into subfolder --- .config/i3/config | 4 ++-- .zshrc | 2 +- .clear_red.sh => scripts/clear_red | 3 +-- .mod_keys.sh => scripts/mod_keys | 3 +-- 4 files changed, 5 insertions(+), 7 deletions(-) rename .clear_red.sh => scripts/clear_red (90%) rename .mod_keys.sh => scripts/mod_keys (78%) diff --git a/.config/i3/config b/.config/i3/config index b7e3194..63b4269 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -13,9 +13,9 @@ set $terminal xterm set $mod Mod3 set $screenlock "i3lock -c003344 -e" -exec_always --no-startup-id "bash /home/oke/.mod_keys.sh" +exec_always --no-startup-id "bash ~/.dotfiles/scripts/mod_keys" -exec --no-startup-id bash ~/.clear_red.sh +exec --no-startup-id bash ~/.dotfiles/scripts/clear_red exec --no-startup-id xidlehook --detect-sleep --not-when-fullscreen --timer 60 'xbacklight -get > .last_backlight; xbacklight -set 1' 'xbacklight -set $(cat .last_backlight)' exec --no-startup-id xidlehook --detect-sleep --not-when-fullscreen --timer 240 '$screenlock' '' exec --no-startup-id xidlehook --detect-sleep --not-when-fullscreen --not-when-audio --timer 1200 'systemctl suspend' '' diff --git a/.zshrc b/.zshrc index 869694a..d1653b9 100644 --- a/.zshrc +++ b/.zshrc @@ -101,4 +101,4 @@ source $ZSH/oh-my-zsh.sh # alias ohmyzsh="mate ~/.oh-my-zsh" # -alias winfo=$HOME/.winfo.sh +PATH="$HOME/.dotfiles/scripts:${PATH}" diff --git a/.clear_red.sh b/scripts/clear_red similarity index 90% rename from .clear_red.sh rename to scripts/clear_red index d403d09..a41c580 100755 --- a/.clear_red.sh +++ b/scripts/clear_red @@ -1,7 +1,6 @@ #!/bin/bash - for run in {1..200}; do - sleep .001 + sleep .001 for win in $(wmctrl -l | awk -F' ' '{print $1}'); do wmctrl -i -r $win -b remove,demands_attention done diff --git a/.mod_keys.sh b/scripts/mod_keys similarity index 78% rename from .mod_keys.sh rename to scripts/mod_keys index be274a1..209aafa 100755 --- a/.mod_keys.sh +++ b/scripts/mod_keys @@ -1,5 +1,4 @@ -#!bash - +#!/usr/bin/bash setxkbmap -layout de -option caps:hyper xmodmap ~/.Xmodmap