forgot a lot a commiting
This commit is contained in:
parent
bdd2126b3d
commit
2abbfc9c9a
6 changed files with 33 additions and 16 deletions
|
@ -11,6 +11,9 @@
|
|||
|
||||
set $mod Mod4
|
||||
|
||||
# Default to tab layout
|
||||
workspace_layout tabbed
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
#font pango:monospace 8
|
||||
|
@ -76,6 +79,9 @@ bindsym $mod+Down focus down
|
|||
bindsym $mod+Up focus up
|
||||
bindsym $mod+Right focus right
|
||||
|
||||
bindsym $mod+Tab focus right
|
||||
bindsym $mod+twosuperior focus left
|
||||
|
||||
# move focused window
|
||||
#bindsym $mod+Shift+j move left
|
||||
#bindsym $mod+Shift+k move down
|
||||
|
@ -235,4 +241,4 @@ exec --no-startup-id "sh ~/.screenlayout/no_external.sh"
|
|||
# change wallpaper
|
||||
bindsym $mod+w exec --no-startup-id "feh --no-fehbg --bg-fill --randomize ~/.config/wallpapers/*"
|
||||
# Dolphin
|
||||
bindsym $mod+Tab exec --no-startup-id dolphin
|
||||
#bindsym $mod+Tab exec --no-startup-id dolphin
|
||||
|
|
|
@ -20,13 +20,14 @@ PathCombo Completionmode=5
|
|||
Show Bookmarks=false
|
||||
Show Full Path=false
|
||||
Show Inline Previews=true
|
||||
Show Preview=false
|
||||
Show Speedbar=true
|
||||
Show hidden files=false
|
||||
Sort by=Name
|
||||
Sort directories first=true
|
||||
Sort reversed=false
|
||||
Speedbar Width=136
|
||||
View Style=DetailTree
|
||||
View Style=Simple
|
||||
|
||||
[KShortcutsDialog Settings]
|
||||
Dialog Size=600,480
|
||||
|
|
|
@ -25,4 +25,4 @@ underline_shortcut=1
|
|||
wheel_scroll_lines=3
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\v@\0\0\0!\0\0\xe\xff\0\0\x4\x37\0\0\vB\0\0\0!\0\0\xe\xfd\0\0\x4\x35\0\0\0\0\0\0\0\0\a\x80\0\0\vB\0\0\0!\0\0\xe\xfd\0\0\x4\x35)
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xc0\0\0\x1@\0\0\a\x7f\0\0\x4\x37\0\0\x3\xc2\0\0\x1@\0\0\a}\0\0\x4\x35\0\0\0\x1\0\0\0\0\a\x80\0\0\x3\xc2\0\0\x1@\0\0\a}\0\0\x4\x35)
|
||||
|
|
31
.ssh/config
31
.ssh/config
|
@ -4,9 +4,13 @@ Host hindley hindley.adh.auro.re
|
|||
HostName hindley.adh.auro.re
|
||||
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 hindley
|
||||
ProxyJump lovelace
|
||||
User histausse
|
||||
|
||||
Host 10.128.0.* *.adm.auro.re
|
||||
|
@ -32,20 +36,16 @@ Host perso-telecom
|
|||
ProxyJump proxy-telecom
|
||||
User jmmineau
|
||||
|
||||
Host medarus medarus.deso-palaiseau.fr
|
||||
Hostname medarus.deso-palaiseau.fr
|
||||
User histausse
|
||||
IdentityFile ~/.ssh/id_medarus
|
||||
|
||||
Host hellman hellman.fil.sand.auro.re
|
||||
Hostname hellman.fil.sand.auro.re
|
||||
ProxyJump hindley
|
||||
ProxyJump lovelace
|
||||
User histausse
|
||||
|
||||
Host my_dns dns-histausse.fil.sand.auro.re
|
||||
Hostname dns-histausse.fil.sand.auro.re
|
||||
Host rossum
|
||||
# Hostname 172.20.1.4
|
||||
# Hostname 192.168.0.50
|
||||
Hostname rossum.deso-palaiseau.fr
|
||||
User histausse
|
||||
ProxyJump hindley
|
||||
|
||||
Host vm1
|
||||
Hostname localhost
|
||||
|
@ -62,11 +62,16 @@ Host vm3
|
|||
User histausse
|
||||
Port 1322
|
||||
|
||||
Host vm_manjaro
|
||||
Host vm4
|
||||
Hostname vm4
|
||||
User histausse
|
||||
Port 2222
|
||||
|
||||
Host vm5
|
||||
Hostname localhost
|
||||
User histausse
|
||||
Port 1422
|
||||
|
||||
Host vps vps.deso-palaiseau.fr
|
||||
Hostname vps-b823f52c.vps.ovh.net
|
||||
Host rossum
|
||||
Hostname rossum.deso-palaiseau.fr
|
||||
User histausse
|
||||
|
|
3
.xinitrc
3
.xinitrc
|
@ -48,6 +48,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||
unset f
|
||||
fi
|
||||
|
||||
# Source some variables
|
||||
source /home/me/.bash_profile
|
||||
|
||||
xcompmgr -c &
|
||||
setxkbmap fr &
|
||||
exec i3
|
||||
|
|
2
.xonshrc
2
.xonshrc
|
@ -60,6 +60,8 @@ aliases['proxy_hindley'] = 'ssh -D 8080 hindley.adh.auro.re'
|
|||
# config
|
||||
aliases['config'] = '/usr/bin/git --git-dir=/home/me/.cfg/ --work-tree=/home/me'
|
||||
|
||||
aliases['dofus'] = "/home/me/.config/Ankama/Dofus/zaap-start.sh"
|
||||
|
||||
# fix some shit
|
||||
aliases["alsamixer"] = "$[/usr/bin/alsamixer]"
|
||||
|
||||
|
|
Loading…
Reference in a new issue