Compare commits

...

2 Commits

@ -10,6 +10,7 @@
# Please see https://i3wm.org/docs/userguide.html for a complete reference! # Please see https://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4 set $mod Mod4
set $mod2 Mod1
# Default to tab layout # Default to tab layout
workspace_layout tabbed workspace_layout tabbed
@ -75,13 +76,16 @@ bindsym $mod+d exec " dmenu_run -c -l 20 -sb '#B00520' -shb '#600000' -shf '#F0F
#bindsym $mod+m focus right #bindsym $mod+m focus right
# alternatively, you can use the cursor keys: # alternatively, you can use the cursor keys:
focus_wrapping workspace
bindsym $mod+Left focus left bindsym $mod+Left focus left
bindsym $mod+Down focus down bindsym $mod+Down focus down
bindsym $mod+Up focus up bindsym $mod+Up focus up
bindsym $mod+Right focus right bindsym $mod+Right focus right
bindsym $mod+Tab focus right bindsym $mod+Tab focus right
bindsym --whole-window button8 focus right
bindsym $mod+twosuperior focus left bindsym $mod+twosuperior focus left
bindsym --whole-window button9 focus left
# move focused window # move focused window
#bindsym $mod+Shift+j move left #bindsym $mod+Shift+j move left
@ -134,6 +138,9 @@ set $ws8 "8"
set $ws9 "9" set $ws9 "9"
set $ws10 "10" set $ws10 "10"
set $mt1 "eDP-1-1"
set $mt2 "HDMI-0"
# switch to workspace # switch to workspace
bindsym $mod+ampersand workspace number $ws1 bindsym $mod+ampersand workspace number $ws1
bindsym $mod+eacute workspace number $ws2 bindsym $mod+eacute workspace number $ws2
@ -160,6 +167,8 @@ bindsym $mod+Shift+agrave move container to workspace number $ws10
# move workspace between screens # move workspace between screens
bindsym $mod+p move workspace to output right bindsym $mod+p move workspace to output right
bindsym $mod2+Shift+ampersand move workspace to output $mt1
bindsym $mod2+Shift+eacute move workspace to output $mt2
# reload the configuration file # reload the configuration file
bindsym $mod+Shift+c reload bindsym $mod+Shift+c reload

@ -1,22 +1,5 @@
AddKeysToAgent confirm AddKeysToAgent confirm
Host proxy_pp hindley hindley.adh.auro.re
HostName hindley.adh.auro.re
User histausse
Host haskell
HostName 45.66.110.112
User histausse
Host lovelace lovelace.adh.auro.re
HostName lovelace.adh.auro.re
User histausse
Host azerty azerty.fil.sand.auro.re
Hostname azerty.fil.sand.auro.re
ProxyJump proxy_pp
User histausse
Host 10.128.0.* *.adm.auro.re Host 10.128.0.* *.adm.auro.re
# ProxyJump passerelle.auro.re # ProxyJump passerelle.auro.re
ProxyJump camelot.auro.re ProxyJump camelot.auro.re
@ -44,55 +27,12 @@ Host perso-telecom
Host 172.20.*.* Host 172.20.*.*
User histausse User histausse
Host vps-a862b615.vps.ovh.net
User admin
IdentityFile ~/.ssh/id_medarus
Host groseille
Hostname 10.50.3.250
User pi
Host synapse
Hostname nyx.ovh
Port 4502
User histausse
Host example.fr
HostName hindley.adh.auro.re
User histausse
Host krypton Host krypton
Hostname nyx.ovh Hostname nyx.ovh
Port 4503 Port 4503
User histausse User histausse
Host shannon
Hostname 192.168.42.1
User root
Host proxy_eurecom Host proxy_eurecom
Hostname ssh.eurecom.fr Hostname ssh.eurecom.fr
HostKeyAlgorithms +ssh-rsa HostKeyAlgorithms +ssh-rsa
User mineau User mineau
Host gitea.auro.re
User git
ProxyJump hindley
Host ubuntusnap2
Hostname 192.168.56.5
User histausse
IdentityFile ~/.ssh/id_local
Host centossnap
Hostname 192.168.56.4
User histausse
IdentityFile ~/.ssh/id_local
Host syssec
Hostname syssec-lab.s3.eurecom.fr
User histausse
Host goadec
Hostname goadec.home
User histausse

Loading…
Cancel
Save