mirror of
				https://github.com/frebib/dotfiles.git
				synced 2024-06-14 12:57:23 +00:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			2cace82b29
			...
			03ae85dff5
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 03ae85dff5 | |||
| ab4bb4e480 | 
| @@ -149,7 +149,7 @@ bindsym --release $mod+Print    exec screenshot --clip | ||||
| bindsym --release Shift+Print   exec screenshot --active | ||||
| bindsym --release $mod+Shift+Print exec screenshot --active --clip | ||||
| bindsym $mod+Shift+x            exec systemd-run-i3 -n i3-sensible-terminal --class floating-term --hold -e /bin/echo "$(xprop -id $(xdotool getactivewindow))" | ||||
| bindsym $mod+$alt+space         exec systemd-run-i3 -s background -n ~/.config/i3/cycleaudio.py && pkill -RTMIN+10 i3blocks | ||||
| bindsym $mod+$alt+space         exec systemd-run-i3 -s background -n ~/.config/i3/cycleaudio.py | ||||
| bindsym $mod+numbersign         exec systemd-run-i3 -n i3-sensible-terminal --hold -e sh -c 'xclip -o | gpg --decrypt 2>&1' | ||||
| bindsym $mod+r                  exec bash -c 'pwgen -snc 32 1 | tee >(xargs notify-send Generated\ password\:) | xclip -i -r' | ||||
| bindsym $mod+g                  exec systemd-run-i3 -n notify-send -c transfer "$(gist -PRpc)" | ||||
| @@ -164,7 +164,7 @@ bindsym XF86AudioPrev           exec --no-startup-id playerctl -a previous | ||||
| bindsym XF86AudioRaiseVolume    exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@  +1000 | ||||
| bindsym XF86AudioLowerVolume    exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@  -1000 | ||||
| bindsym XF86AudioMute           exec --no-startup-id pactl set-sink-mute   @DEFAULT_SINK@ toggle | ||||
| bindsym XF86MonBrightnessUp     exec light -A 5 && pkill -RTMIN+12 i3blocks | ||||
| bindsym XF86MonBrightnessDown   exec light -U 5 && pkill -RTMIN+12 i3blocks | ||||
| bindsym XF86MonBrightnessUp     exec light -A 5 | ||||
| bindsym XF86MonBrightnessDown   exec light -U 5 | ||||
|  | ||||
| # vim:ft=i3 | ||||
|   | ||||
| @@ -42,7 +42,7 @@ if exists tput; then | ||||
| fi | ||||
|  | ||||
| # Set some useful ZSH/Bash options | ||||
| setopt sharehistory histignorealldups histignorespace histreduceblanks | ||||
| setopt sharehistory extendedhistory histignorealldups histignorespace histreduceblanks | ||||
| setopt pathdirs autocd autopushd extendedglob nullglob alwaystoend interactivecomments dvorak | ||||
|  | ||||
| zstyle ':completion:*:sudo|_::' environ PATH="/sbin:/usr/sbin:$PATH" HOME="/root" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user