Compare commits
	
		
			No commits in common. "de653732947fd786f6d996fa99cc1d84cf4436ac" and "80e87e8ed47b8995e1b4427fbeb751e6f97f51b7" have entirely different histories.
		
	
	
		
			de65373294
			...
			80e87e8ed4
		
	
		
					 3 changed files with 43 additions and 19 deletions
				
			
		|  | @ -29,9 +29,6 @@ floating_modifier $mod | |||
| # start a terminal | ||||
| bindsym $mod+Return exec --no-startup-id gnome-terminal | ||||
| 
 | ||||
| # start i3lock | ||||
| bindsym $mod+Shift+q exec --no-startup-id i3lock | ||||
| 
 | ||||
| # kill focused window | ||||
| bindsym $mod+Shift+A kill | ||||
| 
 | ||||
|  | @ -130,13 +127,13 @@ mode "resize" { | |||
| bindsym $mod+r mode "resize" | ||||
| 
 | ||||
| # Audio | ||||
| bindsym F3 exec pactl set-sink-volume @DEFAULT_SINK@ +5% | ||||
| bindsym F2 exec pactl set-sink-volume @DEFAULT_SINK@ -5% | ||||
| bindsym F4 exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle | ||||
| bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% | ||||
| bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% | ||||
| bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle # mute sound | ||||
| 
 | ||||
| #Brightness | ||||
| bindsym F6 exec --no-startup-id brightnessctl set 10%+; exec notify-send --expire-time=100 "LCD Backlight $(printf %.0f%% $(brightnessctl g))" | ||||
| bindsym F5 exec --no-startup-id brightnessctl set 10%-; exec notify-send --expire-time=100 "LCD Backlight $(printf %.0f%% $(brightnessctl g))" | ||||
| bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl --min-val=2 -q set 10%- | ||||
| bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl -q set 10%+ | ||||
| 
 | ||||
| # Capture d'écran | ||||
| bindsym Print exec flameshot gui | ||||
|  | @ -198,7 +195,6 @@ assign [class="Gnome-terminal"] $ws1 | |||
| assign [class="firefox"] $ws2 | ||||
| assign [class="thunderbird"] $ws3 | ||||
| assign [class="Nautilus"] $ws4 | ||||
| assign [class="obsidian"] $ws5 | ||||
| 
 | ||||
| # bar | ||||
| 
 | ||||
|  | @ -245,7 +241,6 @@ exec --no-startup-id firefox | |||
| exec --no-startup-id thunderbird | ||||
| exec --no-startup-id gnome-terminal -x zsh -c "tmux";exec zsh"" | ||||
| exec --no-startup-id nautilus | ||||
| exec --no-startup-id obsidian | ||||
| 
 | ||||
| 
 | ||||
| # I3 Gaps | ||||
|  | @ -261,6 +256,4 @@ exec --no-startup-id blueman-applet | |||
| # Wireless i3bar | ||||
| exec --no-startup-id nm-applet  | ||||
| 
 | ||||
| # i3lock-autolock | ||||
| exec xautolock -time 3 -locker i3lock & | ||||
| 
 | ||||
|  |  | |||
|  | @ -9,7 +9,6 @@ order += "memory" | |||
| order += "load" | ||||
| order += "tztime local" | ||||
| order += "battery 0" | ||||
| order += "volume master" | ||||
| 
 | ||||
| 
 | ||||
| tztime local { | ||||
|  | @ -54,9 +53,3 @@ read_file uptime { | |||
|         path = "/proc/uptime" | ||||
|         separator = true | ||||
| } | ||||
| 
 | ||||
| volume master { | ||||
|         format = "♪: %volume" | ||||
|         format_muted = "♪: muted (%volume)" | ||||
|         device = "pulse:1" | ||||
| } | ||||
|  |  | |||
|  | @ -1,5 +1,43 @@ | |||
| IgnoreUnknown AddKeysToAgent,UseKeychain | ||||
| 
 | ||||
| Host SICXLIM | ||||
| Hostname 194.167.49.5 | ||||
| User araison | ||||
| Port 86 | ||||
| 
 | ||||
| Host SIC04015 | ||||
| User araison | ||||
| ProxyCommand ssh -q SICXLIM nc 194.167.49.36 22 | ||||
| 
 | ||||
| Host SIC08005 | ||||
| User araison | ||||
| ProxyCommand ssh -q SICXLIM nc 194.167.49.121 22 | ||||
| 
 | ||||
| Host SIC08009 | ||||
| User araison | ||||
| ProxyCommand ssh -q SICXLIM nc 194.167.49.100 22 | ||||
| 
 | ||||
| Host TESLA1 | ||||
| User araison | ||||
| ProxyCommand ssh -q SICXLIM nc 194.167.49.21 22 | ||||
| 
 | ||||
| Host TESLA2 | ||||
| User araison | ||||
| ProxyCommand ssh -q SICXLIM nc 194.167.49.30 22 | ||||
| 
 | ||||
| Host XLIM04008 | ||||
| User araison@sic.univ-poitiers.fr | ||||
| ProxyCommand ssh -q SICXLIM nc 194.167.49.204 22 | ||||
| 
 | ||||
| Host CEMOP | ||||
| User araison | ||||
| ProxyCommand ssh -q SICXLIM nc 194.167.49.137 22 | ||||
| 
 | ||||
| Host NASHOME | ||||
| Hostname nas.adriorsn.eu | ||||
| User sshd | ||||
| Port 2564 | ||||
| 
 | ||||
| Host github.com | ||||
| HostName github.com | ||||
| User git | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue