updated to latest state
aka no idea what is there:)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.bashrc
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								.bashrc
									
									
									
									
									
								
							@@ -93,7 +93,7 @@ function sv-enable () {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Switch keyboard layouts
 | 
					## Switch keyboard layouts
 | 
				
			||||||
function xkb-switch () {
 | 
					function xkb-switch () {
 | 
				
			||||||
LAYOUT=$(setxkbmap -query | grep layout | awk '{print $2}')
 | 
						LAYOUT=$(setxkbmap -query | grep layout | awk '{print $2}')
 | 
				
			||||||
	if [[ $LAYOUT == "us" ]]; then
 | 
						if [[ $LAYOUT == "us" ]]; then
 | 
				
			||||||
	  setxkbmap cz qwerty
 | 
						  setxkbmap cz qwerty
 | 
				
			||||||
	else
 | 
						else
 | 
				
			||||||
@@ -132,7 +132,7 @@ m3u8-download() {
 | 
				
			|||||||
alias cal="cal -m"
 | 
					alias cal="cal -m"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## shell
 | 
					## shell
 | 
				
			||||||
set -o vi # vim keybinding in terminal
 | 
					#set -o vi # vim keybinding in terminal
 | 
				
			||||||
EDITOR=vim # prefered editor
 | 
					EDITOR=vim # prefered editor
 | 
				
			||||||
stty -ixon # reverse i search bash 
 | 
					stty -ixon # reverse i search bash 
 | 
				
			||||||
complete -cf doas # doas completion
 | 
					complete -cf doas # doas completion
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										5
									
								
								.xinitrc
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								.xinitrc
									
									
									
									
									
								
							@@ -7,9 +7,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
feh --bg-center "$HOME/Pictures/bg.png" &
 | 
					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 &
 | 
					pipewire-pulse &
 | 
				
			||||||
dwmblocks &
 | 
					dwmblocks &
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,3 +3,5 @@ ssh-agent &
 | 
				
			|||||||
TPADID=$(xinput | grep "Synaptics" | awk '{print $5}' | awk -F "=" '{print $2}')
 | 
					TPADID=$(xinput | grep "Synaptics" | awk '{print $5}' | awk -F "=" '{print $2}')
 | 
				
			||||||
xinput disable $TPADID
 | 
					xinput disable $TPADID
 | 
				
			||||||
xinput set-prop "TPPS/2 IBM TrackPoint" "libinput Accel Speed" 0.9
 | 
					xinput set-prop "TPPS/2 IBM TrackPoint" "libinput Accel Speed" 0.9
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					xdg-settings set default-web-browser firefox.desktop
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user