updated to latest state
aka no idea what is there:)
This commit is contained in:
		
							
								
								
									
										10
									
								
								.bashrc
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								.bashrc
									
									
									
									
									
								
							@@ -93,12 +93,12 @@ function sv-enable () {
 | 
			
		||||
 | 
			
		||||
## Switch keyboard layouts
 | 
			
		||||
function xkb-switch () {
 | 
			
		||||
LAYOUT=$(setxkbmap -query | grep layout | awk '{print $2}')
 | 
			
		||||
  if [[ $LAYOUT == "us" ]]; then
 | 
			
		||||
	LAYOUT=$(setxkbmap -query | grep layout | awk '{print $2}')
 | 
			
		||||
	if [[ $LAYOUT == "us" ]]; then
 | 
			
		||||
	  setxkbmap cz qwerty
 | 
			
		||||
  else
 | 
			
		||||
	else
 | 
			
		||||
	  setxkbmap us
 | 
			
		||||
  fi
 | 
			
		||||
	fi
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
## Repeat command until exit
 | 
			
		||||
@@ -132,7 +132,7 @@ m3u8-download() {
 | 
			
		||||
alias cal="cal -m"
 | 
			
		||||
 | 
			
		||||
## shell
 | 
			
		||||
set -o vi # vim keybinding in terminal
 | 
			
		||||
#set -o vi # vim keybinding in terminal
 | 
			
		||||
EDITOR=vim # prefered editor
 | 
			
		||||
stty -ixon # reverse i search bash 
 | 
			
		||||
complete -cf doas # doas completion
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										5
									
								
								.xinitrc
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								.xinitrc
									
									
									
									
									
								
							@@ -7,9 +7,10 @@
 | 
			
		||||
 | 
			
		||||
feh --bg-center "$HOME/Pictures/bg.png" &
 | 
			
		||||
 | 
			
		||||
xautolock -locker slock -detectsleep -secure -time 10 &
 | 
			
		||||
xautolock -locker slock -secure -time 5 &
 | 
			
		||||
 | 
			
		||||
pipewire &
 | 
			
		||||
#pipewire &
 | 
			
		||||
dbus-run-session pipewire &
 | 
			
		||||
pipewire-pulse &
 | 
			
		||||
dwmblocks &
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user