From 2abbfc9c9ad8bbd98d7e5de66e48f0818b875359 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Mon, 19 Jul 2021 18:39:55 +0200 Subject: [PATCH] forgot a lot a commiting --- .config/i3/config | 8 +++++++- .config/kdeglobals | 3 ++- .config/qt5ct/qt5ct.conf | 2 +- .ssh/config | 31 ++++++++++++++++++------------- .xinitrc | 3 +++ .xonshrc | 2 ++ 6 files changed, 33 insertions(+), 16 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index a1f0e5e..3e6c558 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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 diff --git a/.config/kdeglobals b/.config/kdeglobals index 12e5468..ac726e2 100644 --- a/.config/kdeglobals +++ b/.config/kdeglobals @@ -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 diff --git a/.config/qt5ct/qt5ct.conf b/.config/qt5ct/qt5ct.conf index 3c3b67c..69f5e2e 100644 --- a/.config/qt5ct/qt5ct.conf +++ b/.config/qt5ct/qt5ct.conf @@ -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) diff --git a/.ssh/config b/.ssh/config index 6a8613a..7268e12 100644 --- a/.ssh/config +++ b/.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 diff --git a/.xinitrc b/.xinitrc index 24e69ee..bb04a66 100755 --- a/.xinitrc +++ b/.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 diff --git a/.xonshrc b/.xonshrc index 8c8cfb0..6df9a58 100644 --- a/.xonshrc +++ b/.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]"