Move some scripts into subfolder

This commit is contained in:
har0ke 2022-11-30 00:34:45 +01:00
parent b166a77180
commit e6b55b5d16
4 changed files with 5 additions and 7 deletions

View File

@ -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' ''

2
.zshrc
View File

@ -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}"

View File

@ -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

View File

@ -1,5 +1,4 @@
#!bash
#!/usr/bin/bash
setxkbmap -layout de -option caps:hyper
xmodmap ~/.Xmodmap