Move some scripts into subfolder
This commit is contained in:
parent
b166a77180
commit
e6b55b5d16
@ -13,9 +13,9 @@ set $terminal xterm
|
|||||||
set $mod Mod3
|
set $mod Mod3
|
||||||
set $screenlock "i3lock -c003344 -e"
|
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 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 --timer 240 '$screenlock' ''
|
||||||
exec --no-startup-id xidlehook --detect-sleep --not-when-fullscreen --not-when-audio --timer 1200 'systemctl suspend' ''
|
exec --no-startup-id xidlehook --detect-sleep --not-when-fullscreen --not-when-audio --timer 1200 'systemctl suspend' ''
|
||||||
|
2
.zshrc
2
.zshrc
@ -101,4 +101,4 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
#
|
#
|
||||||
|
|
||||||
alias winfo=$HOME/.winfo.sh
|
PATH="$HOME/.dotfiles/scripts:${PATH}"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
for run in {1..200}; do
|
for run in {1..200}; do
|
||||||
sleep .001
|
sleep .001
|
||||||
for win in $(wmctrl -l | awk -F' ' '{print $1}'); do
|
for win in $(wmctrl -l | awk -F' ' '{print $1}'); do
|
@ -1,5 +1,4 @@
|
|||||||
#!bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
setxkbmap -layout de -option caps:hyper
|
setxkbmap -layout de -option caps:hyper
|
||||||
xmodmap ~/.Xmodmap
|
xmodmap ~/.Xmodmap
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user