Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
015273df6f | |||
5e658910da | |||
e55a5b88b0 | |||
48b26a2aa1 | |||
32858f5009 | |||
c3df1cea74 | |||
2de9aefc66 | |||
38f30f4f32 | |||
a285a2ced1 | |||
671c5a07d1 | |||
59ec2a4882 |
22
.Xresources
22
.Xresources
@ -65,3 +65,25 @@ rofi.color-window: #002b37, #002b37, #003642
|
|||||||
rofi.color-normal: #002b37, #819396, #002b37, #003642, #819396
|
rofi.color-normal: #002b37, #819396, #002b37, #003642, #819396
|
||||||
rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4
|
rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4
|
||||||
rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281
|
rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281
|
||||||
|
rofi.font: DejaVu 18
|
||||||
|
|
||||||
|
! -------------------------------------
|
||||||
|
! DPI pour écran très haute résolution
|
||||||
|
! -------------------------------------
|
||||||
|
|
||||||
|
Xft.dpi: 200
|
||||||
|
|
||||||
|
! These might also be useful depending on your monitor and personal preference:
|
||||||
|
Xft.autohint: 0
|
||||||
|
Xft.lcdfilter: lcddefault
|
||||||
|
Xft.hintstyle: hintfull
|
||||||
|
Xft.hinting: 1
|
||||||
|
Xft.antialias: 1
|
||||||
|
Xft.rgba: rgb
|
||||||
|
|
||||||
|
|
||||||
|
! --------------------------------------------------------
|
||||||
|
! Pour la police de xterm (pour Stardew Valley notamment)
|
||||||
|
! --------------------------------------------------------
|
||||||
|
|
||||||
|
XTerm.vt100.faceName: DejaVu Sans Mono:size=13:antialias=false
|
||||||
|
@ -1,48 +0,0 @@
|
|||||||
[General]
|
|
||||||
addGPGId=true
|
|
||||||
alwaysOnTop=false
|
|
||||||
autoPull=true
|
|
||||||
autoPush=true
|
|
||||||
autoclearPanelSeconds=10
|
|
||||||
autoclearSeconds=10
|
|
||||||
avoidCapitals=false
|
|
||||||
avoidNumbers=false
|
|
||||||
clipBoardType=2
|
|
||||||
displayAsIs=false
|
|
||||||
gitExecutable=/usr/bin/git
|
|
||||||
gpgExecutable=/usr/bin/gpg2
|
|
||||||
hideContent=false
|
|
||||||
hideOnClose=true
|
|
||||||
hidePassword=true
|
|
||||||
lessRandom=false
|
|
||||||
noLineWrapping=false
|
|
||||||
passExecutable=/usr/bin/pass
|
|
||||||
passStore=/home/od/.password-store/
|
|
||||||
passTemplate=login\nurl
|
|
||||||
passwordChars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890~!@#$%^&*()_-+={}[]|:;<>,.?"
|
|
||||||
passwordCharsselection=0
|
|
||||||
passwordLength=16
|
|
||||||
pwgenExecutable=/usr/bin/pwgen
|
|
||||||
qrencodeExecutable=
|
|
||||||
startMinimized=false
|
|
||||||
templateAllFields=false
|
|
||||||
useAutoclear=false
|
|
||||||
useAutoclearPanel=false
|
|
||||||
useGit=true
|
|
||||||
useMonospace=false
|
|
||||||
useOtp=false
|
|
||||||
usePass=true
|
|
||||||
usePwgen=true
|
|
||||||
useQrencode=false
|
|
||||||
useSelection=false
|
|
||||||
useSymbols=false
|
|
||||||
useTemplate=true
|
|
||||||
useTrayIcon=true
|
|
||||||
version=1.4.0
|
|
||||||
|
|
||||||
[mainwindow]
|
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x5\x81\0\0\x3\x90\0\0\0\0\0\0\0\0\0\0\x5\x81\0\0\x3\x90\0\0\0\0\0\0\0\0\x5\x82\0\0\0\0\0\0\0\0\0\0\x5\x81\0\0\x3\x90)
|
|
||||||
maximized=false
|
|
||||||
pos=@Point(0 0)
|
|
||||||
savestate=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\0\0\0\x5\x82\0\0\x3G\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\x1\0\0\0\x2\0\0\0\x1\0\0\0\xe\0t\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0)
|
|
||||||
size=@Size(1410 913)
|
|
@ -1,3 +1,7 @@
|
|||||||
# Permet à Chromium de se lancer dans Wayland
|
# Permet à Chromium de se lancer dans Wayland
|
||||||
#--enable-features=UseOzonePlatform
|
#--enable-features=UseOzonePlatform
|
||||||
#--ozone-platform=wayland
|
#--ozone-platform=wayland
|
||||||
|
# Permet de gérer l'écran HiDPI
|
||||||
|
--force-device-scale-factor=2
|
||||||
|
# Désactive l'accélération graphique mal gérée sous Chromium
|
||||||
|
#--disable-gpu
|
||||||
|
@ -2,3 +2,8 @@
|
|||||||
MOZ_ENABLE_WAYLAND=1
|
MOZ_ENABLE_WAYLAND=1
|
||||||
# Modifie le comportement JAVA pour PHPStorm
|
# Modifie le comportement JAVA pour PHPStorm
|
||||||
_JAVA_AWT_WM_NONREPARENTING=1
|
_JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
# Pour la résolution HiDPI
|
||||||
|
GDK_SCALE=2
|
||||||
|
GDK_DPI_SCALE=0.5
|
||||||
|
QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||||
|
QT_ENABLE_HIGHDPI_SCALING=1
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
[general]
|
[general]
|
||||||
location-provider=manual
|
location-provider=manual
|
||||||
# 5500-6500
|
|
||||||
temp-day=5700
|
|
||||||
# 3000-4000
|
|
||||||
temp-night=3500
|
|
||||||
adjustment-method=wayland
|
|
||||||
|
|
||||||
# Lieu : Neudorf, chez Agnès
|
# Lieu : Neudorf, chez Agnès
|
||||||
[manual]
|
[manual]
|
||||||
|
@ -22,7 +22,7 @@ set $mod Mod4
|
|||||||
|
|
||||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||||
font pango:DejaVu Sans Mono 10
|
font pango:DejaVu Sans Mono 18
|
||||||
|
|
||||||
# Before i3 v4.8, we used to recommend this one as the default:
|
# Before i3 v4.8, we used to recommend this one as the default:
|
||||||
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||||
@ -42,7 +42,7 @@ bindsym $mod+Shift+A kill
|
|||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
#bindsym $mod+d exec dmenu_run
|
#bindsym $mod+d exec dmenu_run
|
||||||
bindsym $mod+d exec rofi -show combi
|
bindsym $mod+d exec rofi -show combi -font "DejaVu Sans Mono 20"
|
||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
# installed.
|
# installed.
|
||||||
@ -187,8 +187,8 @@ bindsym XF86AudioLowerVolume exec pactl set-sink-volume $sink -5% #decrease soun
|
|||||||
bindsym XF86AudioMute exec pactl set-sink-mute $sink toggle # mute sound
|
bindsym XF86AudioMute exec pactl set-sink-mute $sink toggle # mute sound
|
||||||
|
|
||||||
# Brightness controls
|
# Brightness controls
|
||||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness
|
bindsym XF86MonBrightnessUp exec brightnessctl s +20 # increase screen brightness
|
||||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness
|
bindsym XF86MonBrightnessDown exec brightnessctl s 20- # decrease screen brightness
|
||||||
|
|
||||||
# Player controls (via MPRIS, in example mpv-mpris)
|
# Player controls (via MPRIS, in example mpv-mpris)
|
||||||
# play/pause
|
# play/pause
|
||||||
@ -213,8 +213,14 @@ bindsym XF86Sleep exec systemctl suspend
|
|||||||
## STARTUP PROGRAMS
|
## STARTUP PROGRAMS
|
||||||
###
|
###
|
||||||
|
|
||||||
|
# Résolution par défaut
|
||||||
|
#exec_always --no-startup-id "xrandr --output eDP1 --mode 1680x1050"
|
||||||
|
|
||||||
|
# Rotation de l'écran
|
||||||
|
exec_always --no-startup-id "libinput-xrandr-autorotate -touchscreens 'Screen0'"
|
||||||
|
|
||||||
# Transparency (need picom)
|
# Transparency (need picom)
|
||||||
#exec_always --no-startup-id "killall picom; picom -b"
|
exec_always --no-startup-id "killall picom; picom -b"
|
||||||
|
|
||||||
# DBUS daemon (needed for keyboard applet and more I think)
|
# DBUS daemon (needed for keyboard applet and more I think)
|
||||||
#exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon
|
#exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon
|
||||||
@ -237,7 +243,7 @@ smart_gaps on
|
|||||||
|
|
||||||
# Random wallpaper (need ~/bin/random_wallpaper from
|
# Random wallpaper (need ~/bin/random_wallpaper from
|
||||||
# https://github.com/blankoworld/dotfiles/blob/master/bin/random_wallpaper)
|
# https://github.com/blankoworld/dotfiles/blob/master/bin/random_wallpaper)
|
||||||
exec_always --no-startup-id "kill -9 `ps aux | grep random_wallpaper |grep -v 'grep'| awk '{print $2}'`; random_wallpaper &"
|
exec_always --no-startup-id "kill -9 `ps aux | grep random_wallpaper |grep -v 'grep'| awk '{print $2}'`; watch -n 900 feh --randomize --bg-fill ~/wallpapers/* &"
|
||||||
|
|
||||||
# Hasmter indicator
|
# Hasmter indicator
|
||||||
#exec --no-startup-id hamster
|
#exec --no-startup-id hamster
|
||||||
|
@ -18,7 +18,7 @@ bold_font Fira Code Bold
|
|||||||
bold_italic_font Fira Code Retina
|
bold_italic_font Fira Code Retina
|
||||||
|
|
||||||
# Font size (in pts)
|
# Font size (in pts)
|
||||||
font_size 14.0
|
font_size 13.0
|
||||||
|
|
||||||
# The amount the font size is changed by (in pts) when increasing/decreasing
|
# The amount the font size is changed by (in pts) when increasing/decreasing
|
||||||
# the font size in a running terminal.
|
# the font size in a running terminal.
|
||||||
@ -426,5 +426,5 @@ macos_option_as_alt yes
|
|||||||
x11_bell_volume 80
|
x11_bell_volume 80
|
||||||
|
|
||||||
# Ajout du thème Solarized Light sur https://github.com/dexpota/kitty-themes
|
# Ajout du thème Solarized Light sur https://github.com/dexpota/kitty-themes
|
||||||
include ./light.conf
|
include ./dark.conf
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ alert = #bd2c40
|
|||||||
[bar/default]
|
[bar/default]
|
||||||
;monitor = ${env:MONITOR:HDMI-1}
|
;monitor = ${env:MONITOR:HDMI-1}
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 27
|
height = 45
|
||||||
;offset-x = 1%
|
;offset-x = 1%
|
||||||
;offset-y = 1%
|
;offset-y = 1%
|
||||||
radius = 0
|
radius = 0
|
||||||
@ -30,29 +30,28 @@ fixed-center = false
|
|||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
foreground = ${colors.foreground}
|
foreground = ${colors.foreground}
|
||||||
|
|
||||||
line-size = 3
|
line-size = 5
|
||||||
line-color = #f00
|
line-color = #f00
|
||||||
|
|
||||||
border-size = 0
|
border-size = 0
|
||||||
border-color = #00000000
|
border-color = #00000000
|
||||||
|
|
||||||
padding-left = 0
|
padding-left = 0
|
||||||
padding-right = 2
|
padding-right = 1
|
||||||
|
|
||||||
module-margin-left = 0
|
module-margin-left = 0
|
||||||
module-margin-right = 1
|
module-margin-right = 1
|
||||||
|
|
||||||
font-0 = DejaVu Sans Mono:size=10.5;1
|
font-0 = DejaVu Sans Mono:size=21;1
|
||||||
;font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
;font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||||
font-1 = FontAwesome:size=10
|
font-1 = FontAwesome:size=21
|
||||||
font-2 = siji:pixelsize=10;1
|
font-2 = siji:pixelsize=21;1
|
||||||
|
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-center = xwindow
|
modules-center = xwindow
|
||||||
modules-right = xbacklight pulseaudio memory cpu wlan eth battery temperature date powermenu
|
modules-right = backlight-acpi pulseaudio memory cpu wlan eth battery temperature date powermenu tray
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 2
|
|
||||||
;tray-transparent = true
|
;tray-transparent = true
|
||||||
;tray-background = #0063ff
|
;tray-background = #0063ff
|
||||||
|
|
||||||
@ -240,7 +239,7 @@ ramp-signal-foreground = ${colors.foreground-alt}
|
|||||||
|
|
||||||
[module/eth]
|
[module/eth]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = enp3s0
|
interface = eno1
|
||||||
interval = 3.0
|
interval = 3.0
|
||||||
|
|
||||||
format-connected-underline = #55aa55
|
format-connected-underline = #55aa55
|
||||||
@ -346,8 +345,7 @@ warn-temperature = 65
|
|||||||
; $ for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done
|
; $ for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done
|
||||||
; to find path to desired file
|
; to find path to desired file
|
||||||
; Default reverts to thermal zone setting
|
; Default reverts to thermal zone setting
|
||||||
hwmon-path = /sys/devices/pci0000:00/0000:00:08.1/0000:04:00.0/hwmon/hwmon2/temp1_input
|
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
|
||||||
#hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
|
|
||||||
|
|
||||||
;format = <ramp> <label>
|
;format = <ramp> <label>
|
||||||
format = <label>
|
format = <label>
|
||||||
@ -405,4 +403,11 @@ screenchange-reload = true
|
|||||||
margin-top = 5
|
margin-top = 5
|
||||||
margin-bottom = 5
|
margin-bottom = 5
|
||||||
|
|
||||||
|
[module/tray]
|
||||||
|
type = internal/tray
|
||||||
|
|
||||||
|
tray-size = 66%
|
||||||
|
tray-padding = 0
|
||||||
|
tray-spacing = 10
|
||||||
|
|
||||||
; vim:ft=dosini
|
; vim:ft=dosini
|
||||||
|
@ -226,7 +226,6 @@ bar 1 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Va lancer notamment session.sh pour les variables XDG_SESSION et touti quanti
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
|
||||||
# Ajout pour Olivier
|
# Ajout pour Olivier
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
# Presse-papiers
|
# Presse-papiers
|
||||||
|
|
||||||
## CLIPMAN
|
# La base
|
||||||
exec wl-paste -t text --watch clipman store # Pour clipman
|
exec wl-paste -t text --watch clipman store
|
||||||
## Presse-papier primaire : avec sauvegarde de l'historique dans un fichier JSON
|
# Presse-papier primaire : avec sauvegarde de l'historique dans un fichier JSON
|
||||||
exec wl-paste -p -t text --watch clipman store -P --histpath="~/.local/share/clipman-primary.json"
|
exec wl-paste -p -t text --watch clipman store -P --histpath="~/.local/share/clipman-primary.json"
|
||||||
|
|
||||||
# CLIPHIST (multimédia inclus)
|
|
||||||
#exec wl-paste --watch cliphist store
|
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
# Configuration du lanceur d'application
|
|
||||||
|
|
||||||
# Apparence d'une fenêtre nommée Launcher
|
|
||||||
for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 ppt 60 ppt, border pixel 10
|
|
||||||
|
|
||||||
# Choix d'un lanceur
|
|
||||||
set $menu exec alacritty --class launcher -T 'Programmes' -e env TERMINAL_COMMAND='swaymsg exec' /usr/bin/sway-launcher-desktop
|
|
||||||
|
|
||||||
# On change le raccourci clavier en conséquence
|
|
||||||
unbindsym $mod+d
|
|
||||||
bindsym $mod+d exec $menu
|
|
@ -1,3 +1,3 @@
|
|||||||
|
|
||||||
# Change background
|
# Change background
|
||||||
output * bg /home/od/.config/i3/abstract-blue-background-1920x1200.jpg fill
|
output * bg /home/od/.config/sway/abstract-blue-background-1920x1200.jpg fill
|
||||||
|
@ -10,12 +10,12 @@ assign [app_id="jetbrains-idea|Code"] workspace 1
|
|||||||
|
|
||||||
# Bureau 2 (navigation web)
|
# Bureau 2 (navigation web)
|
||||||
assign [class="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] workspace 2
|
assign [class="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] workspace 2
|
||||||
assign [app_id="Google-chrome|Vivaldi-stable|opera|firefox|navigator|nightly|chromium"] workspace 2
|
assign [app_id="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] workspace 2
|
||||||
|
|
||||||
# Bureau 3 (Courriel, PHPStorm)
|
# Bureau 3 (Courriel, PHPStorm)
|
||||||
assign [class="Thunderbird|Mail|jetbrains-phpstorm"] workspace 3
|
assign [class="Thunderbird|Mail|jetbrains-phpstorm"] workspace 3
|
||||||
assign [app_id="Thunderbird|Mail|jetbrains-phpstorm"] workspace 3
|
assign [app_id="Thunderbird|Mail|jetbrains-phpstorm"] workspace 3
|
||||||
|
|
||||||
# Bureau 4
|
# Bureau 4
|
||||||
assign [class="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino|Signal"] workspace 4
|
assign [class="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino"] workspace 4
|
||||||
assign [app_id="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|dino|signal"] workspace 4
|
assign [app_id="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino|dino"] workspace 4
|
||||||
|
@ -8,6 +8,3 @@ bindsym XF86AudioStop exec playerctl stop # arrêt musique/film/fichier
|
|||||||
|
|
||||||
# Bouton impression écran
|
# Bouton impression écran
|
||||||
bindsym Print exec grim Images/$(date +'%Y-%m-%d-%s_screenshot.jpg')
|
bindsym Print exec grim Images/$(date +'%Y-%m-%d-%s_screenshot.jpg')
|
||||||
|
|
||||||
# Arrête l'enregistrement d'une vidéo avec wf-recorder
|
|
||||||
bindsym Ctrl+Shift+BackSpace exec killall -s SIGINT wf-recorder
|
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
# Presse-papier
|
# Presse-papier
|
||||||
unbindsym $mod+h
|
unbindsym $mod+h
|
||||||
|
|
||||||
## CLIPMAN
|
|
||||||
bindsym $mod+h exec clipman pick -t wofi
|
bindsym $mod+h exec clipman pick -t wofi
|
||||||
|
|
||||||
# CLIPHIST
|
|
||||||
#bindsym $mod+h exec cliphist list | fzf --no-sort | cliphist decode | wl-copy
|
|
||||||
#bindsym $mod+h exec cliphist list | wofi -S dmenu | cliphist decode | wl-copy
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Économie des yeux (48.5680685:7.7709942 = Neudorf, rue de Fegersheim)
|
# Économie des yeux (48.5680685:7.7709942 = Neudorf, rue de Fegersheim)
|
||||||
exec_always "killall wlsunset ; wlsunset -t 3500 -T 5700 -l 48.5 -L 7.7 &"
|
exec gammastep-indicator
|
||||||
|
|
||||||
# Notifications de bureau
|
# Notifications de bureau
|
||||||
exec dunst
|
exec dunst
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"format": "<span style=\"italic\">{}</span>"
|
"format": "<span style=\"italic\">{}</span>"
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 21,
|
// "icon-size": 21,
|
||||||
"spacing": 10
|
"spacing": 10
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
|
@ -77,51 +77,6 @@ POWERLEVEL9K_SHORTEN_DIR_LENGTH=1
|
|||||||
POWERLEVEL9K_SHORTEN_DELIMITER=""
|
POWERLEVEL9K_SHORTEN_DELIMITER=""
|
||||||
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"
|
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"
|
||||||
|
|
||||||
#compdef gitlab-ci-local
|
|
||||||
###-begin-gitlab-ci-local-completions-###
|
|
||||||
#
|
|
||||||
# yargs command completion script
|
|
||||||
#
|
|
||||||
# Installation: gitlab-ci-local completion >> ~/.zshrc
|
|
||||||
# or gitlab-ci-local completion >> ~/.zprofile on OSX.
|
|
||||||
#
|
|
||||||
_gitlab-ci-local_yargs_completions()
|
|
||||||
{
|
|
||||||
local reply
|
|
||||||
local si=$IFS
|
|
||||||
IFS=$'
|
|
||||||
' reply=($(COMP_CWORD="$((CURRENT-1))" COMP_LINE="$BUFFER" COMP_POINT="$CURSOR" gitlab-ci-local --get-yargs-completions "${words[@]}"))
|
|
||||||
IFS=$si
|
|
||||||
_describe 'values' reply
|
|
||||||
}
|
|
||||||
compdef _gitlab-ci-local_yargs_completions gitlab-ci-local
|
|
||||||
###-end-gitlab-ci-local-completions-###
|
|
||||||
|
|
||||||
# User configuration
|
|
||||||
export PAGER=most
|
|
||||||
export BROWSER=elinks
|
|
||||||
export SSH_ASKPASS=qt4-ssh-askpass
|
|
||||||
export AUTEUR="Olivier DOSSMANN"
|
|
||||||
export DEFAULT_USER="od"
|
|
||||||
export PYTHONWARNINGS="ignore::DeprecationWarning"
|
|
||||||
#export FLASK_SKIP_DOTENV=1 ## make problems with poetry and flask applications
|
|
||||||
export PIPENV_QUIET=1 # enlève les courtesy notice
|
|
||||||
export ENABLE_WARNINGS=false # enlève les warnings dans le setup RERO-ils
|
|
||||||
export KUBECONFIG=$HOME/kubeconfig
|
|
||||||
|
|
||||||
# You may need to manually set your language environment
|
|
||||||
export LANG=fr_FR.UTF-8
|
|
||||||
|
|
||||||
# Preferred editor for local and remote sessions
|
|
||||||
if [[ -n $SSH_CONNECTION ]]; then
|
|
||||||
export EDITOR='vim'
|
|
||||||
else
|
|
||||||
export EDITOR='nvim'
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Enlève le prompt de droite après avoir appuyé sur Entrée
|
|
||||||
setopt transient_rprompt
|
|
||||||
|
|
||||||
# Compilation flags
|
# Compilation flags
|
||||||
# export ARCHFLAGS="-arch x86_64"
|
# export ARCHFLAGS="-arch x86_64"
|
||||||
|
|
||||||
@ -133,35 +88,6 @@ setopt transient_rprompt
|
|||||||
# Example aliases
|
# Example aliases
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
alias e="${EDITOR}"
|
|
||||||
alias r="${EDITOR} -R"
|
|
||||||
alias sm="sublime_merge"
|
|
||||||
alias vi="${EDITOR}"
|
|
||||||
alias mem='free -mt'
|
|
||||||
alias df='df -hT'
|
|
||||||
alias ls='exa'
|
|
||||||
alias ll='exa -l'
|
|
||||||
alias l='exa -F'
|
|
||||||
alias rgrep='rg --no-ignore'
|
|
||||||
export GREP_COLORS='ms=01;33:mc=01;33:s1=:cx=:fn=37;ln=32:bn=32:se=36'
|
|
||||||
alias diff='colordiff'
|
|
||||||
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
|
||||||
# évite de faire des erreurs
|
|
||||||
alias rm='rm -i'
|
|
||||||
alias cp='cp -i'
|
|
||||||
alias grep='grep --color'
|
|
||||||
# requêtes
|
|
||||||
alias https='http --verify=no --default-scheme=https'
|
|
||||||
# pytest
|
|
||||||
alias pyt='poetry run pytest -vvs --no-cov --disable-warnings'
|
|
||||||
alias pytc='poetry run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
|
|
||||||
# projet rero
|
|
||||||
alias rero="ALIAS=rero /home/od/projets/rerologik/agnes"
|
|
||||||
# coloration de la commande IP
|
|
||||||
alias ip='ip -c'
|
|
||||||
alias k='kubectl'
|
|
||||||
alias devu="${HOME}/devu/devu/devu"
|
|
||||||
alias gcle='gitlab-ci-local'
|
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
||||||
@ -179,4 +105,3 @@ case $HOST in
|
|||||||
#source /usr/bin/virtualenvwrapper.sh
|
#source /usr/bin/virtualenvwrapper.sh
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -27,11 +27,6 @@ ohmyzsh/ohmyzsh path:plugins/extract
|
|||||||
# a kind of "cd" with shortcuts
|
# a kind of "cd" with shortcuts
|
||||||
mfaerevaag/wd
|
mfaerevaag/wd
|
||||||
|
|
||||||
# Aliases
|
|
||||||
#ohmyzsh/ohmyzsh path:plugins/helm # semble ne pas fonctionner
|
|
||||||
ohmyzsh/ohmyzsh path:plugins/kubectl
|
|
||||||
ohmyzsh/ohmyzsh path:plugins/terraform
|
|
||||||
|
|
||||||
# Other Fish-like features
|
# Other Fish-like features
|
||||||
zdharma-continuum/fast-syntax-highlighting # Syntax highlighting
|
zdharma-continuum/fast-syntax-highlighting # Syntax highlighting
|
||||||
zsh-users/zsh-autosuggestions # Auto-suggestions
|
zsh-users/zsh-autosuggestions # Auto-suggestions
|
||||||
|
@ -6,9 +6,6 @@ alias r="${EDITOR} -R"
|
|||||||
alias sm="sublime_merge"
|
alias sm="sublime_merge"
|
||||||
alias vi="${EDITOR}"
|
alias vi="${EDITOR}"
|
||||||
|
|
||||||
# pagination
|
|
||||||
alias cat='bat'
|
|
||||||
|
|
||||||
# system
|
# system
|
||||||
alias mem='free -mt'
|
alias mem='free -mt'
|
||||||
alias df='df -hT'
|
alias df='df -hT'
|
||||||
@ -49,7 +46,6 @@ alias k='kubectl'
|
|||||||
alias devu="${HOME}/devu/devu/devu"
|
alias devu="${HOME}/devu/devu/devu"
|
||||||
|
|
||||||
# git
|
# git
|
||||||
alias g='git'
|
|
||||||
alias ga='git add'
|
alias ga='git add'
|
||||||
alias gaa='git add --all'
|
alias gaa='git add --all'
|
||||||
alias gam='git am'
|
alias gam='git am'
|
||||||
|
2
.profile
2
.profile
@ -15,7 +15,7 @@ for term in kitty termite qterminal urxvt rxvt-unicode sakura gnome-terminal; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Pour la batterie des ordinateurs portables (~/bin/battery)
|
# Pour la batterie des ordinateurs portables (~/bin/battery)
|
||||||
#export BATPATH="/sys/class/power_supply/BAT0"
|
export BATPATH="/sys/class/power_supply/BAT0"
|
||||||
|
|
||||||
# Permit DBUS to be launched
|
# Permit DBUS to be launched
|
||||||
if [ "$0" = "/usr/sbin/lightdm-session" -a "$DESKTOP_SESSION" = "i3" ]; then
|
if [ "$0" = "/usr/sbin/lightdm-session" -a "$DESKTOP_SESSION" = "i3" ]; then
|
||||||
|
@ -118,13 +118,13 @@ Hostname 37.187.17.29
|
|||||||
User root
|
User root
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
## Serveur salon (Beelink)
|
## Serveur du salon (Beelink) - SMB / miniDLNA
|
||||||
Host suc
|
Host suc
|
||||||
Hostname 192.168.1.42
|
Hostname 192.168.1.42
|
||||||
User od
|
User od
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
## Labo K8s
|
## Labo K8s RPI
|
||||||
Host deux
|
Host deux
|
||||||
Hostname 192.168.1.102
|
Hostname 192.168.1.102
|
||||||
User od
|
User od
|
||||||
|
7
.warprc
7
.warprc
@ -3,12 +3,7 @@ blog:~/projets/blog
|
|||||||
buf:/home/od/projets/buffet
|
buf:/home/od/projets/buffet
|
||||||
cal:~/projets/effeuillage
|
cal:~/projets/effeuillage
|
||||||
cloud:~/freshmile/cloud
|
cloud:~/freshmile/cloud
|
||||||
fastapi:~/devu/exam_DOSSMANN/fastapi_exam_DOSSMANN
|
|
||||||
graille:~/projets/graille
|
graille:~/projets/graille
|
||||||
ops:~/projets/ops
|
ops:~/projets/ops
|
||||||
patchwork:/home/od/projets/patchwork
|
patchwork:/home/od/projets/patchwork
|
||||||
p:~/freshmile/pulp
|
trognon:~/projets/trognon
|
||||||
ps:~/freshmile/pulp/Seed
|
|
||||||
s:~/freshmile/seed
|
|
||||||
z:~/freshmile/zest
|
|
||||||
zs:~/freshmile/zest/Seed
|
|
||||||
|
3
.zshenv
3
.zshenv
@ -23,8 +23,7 @@ export PATH
|
|||||||
export LANG=fr_FR.UTF-8
|
export LANG=fr_FR.UTF-8
|
||||||
|
|
||||||
# Reading / Browse (manpages, websites, etc.)
|
# Reading / Browse (manpages, websites, etc.)
|
||||||
export PAGER="bat"
|
export PAGER=most
|
||||||
export MANPAGER="nvim +Man!"
|
|
||||||
export BROWSER=elinks
|
export BROWSER=elinks
|
||||||
|
|
||||||
# SSH
|
# SSH
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
|
||||||
# battery
|
|
||||||
#
|
|
||||||
# Penser à modifier la variable dans ~/.profile
|
|
||||||
|
|
||||||
HEART_FULL=♥
|
HEART_FULL=♥
|
||||||
HEART_EMPTY=♡
|
HEART_EMPTY=♡
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#
|
|
||||||
# ecran_framework
|
|
||||||
#
|
|
||||||
# Désactive les écrans. N'active que celui du PC portable Framework
|
|
||||||
#
|
|
||||||
# Écran principal : Iiyama North America PL2474H 11669V9B05959
|
|
||||||
# Écran secondaire : Iiyama North America PLX2283H 1159495081860
|
|
||||||
# Écran PC portable : BOE 0x0BCA Unknown
|
|
||||||
|
|
||||||
# PC portable
|
|
||||||
laptopscreen="'BOE 0x0BCA Unknown'"
|
|
||||||
# Écran principal
|
|
||||||
mainscreen="'Iiyama North America PL2474H 11669V9B05959'"
|
|
||||||
# Écran secondaire
|
|
||||||
otherscreen="'Iiyama North America PLX2283H 1159495081860'"
|
|
||||||
|
|
||||||
# Éteint l'écran principal et secondaire
|
|
||||||
swaymsg output "${mainscreen}" disable
|
|
||||||
swaymsg output "${otherscreen}" disable
|
|
||||||
|
|
||||||
# Allume l'écran du PC portable
|
|
||||||
swaymsg output "${laptopscreen}" enable
|
|
@ -1,31 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#
|
|
||||||
# ecran_maison
|
|
||||||
#
|
|
||||||
# Active les 2 écrans de la maison sur le Dock Station branché.
|
|
||||||
#
|
|
||||||
# Écran principal : Iiyama North America PL2474H 11669V9B05959
|
|
||||||
# Écran secondaire : Iiyama North America PLX2283H 1159495081860
|
|
||||||
# Écran PC portable : BOE 0x0BCA Unknown
|
|
||||||
|
|
||||||
# PC portable
|
|
||||||
laptopscreen="'BOE 0x0BCA Unknown'"
|
|
||||||
# Écran principal
|
|
||||||
mainscreen="'Iiyama North America PL2474H 11669V9B05959'"
|
|
||||||
# Écran secondaire
|
|
||||||
otherscreen="'Iiyama North America PLX2283H 1159495081860'"
|
|
||||||
|
|
||||||
# Active l'écran secondaire
|
|
||||||
swaymsg output "${otherscreen}" enable
|
|
||||||
# Tourne l'écran de droite de 90°
|
|
||||||
swaymsg output "${otherscreen}" transform 90 anticlockwise
|
|
||||||
# Déplace l'écran de droite à 1920px (pour rester à droite)
|
|
||||||
swaymsg output "${otherscreen}" pos 1920 0
|
|
||||||
|
|
||||||
# Active l'écran principal
|
|
||||||
swaymsg output "${mainscreen}" enable
|
|
||||||
# Descend l'écran principal vers le bas de 840px
|
|
||||||
swaymsg output "${mainscreen}" pos 0 840
|
|
||||||
|
|
||||||
# Éteint l'écran du PC portable
|
|
||||||
swaymsg output "${laptopscreen}" disable
|
|
@ -1,15 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#
|
|
||||||
# launcher
|
|
||||||
#
|
|
||||||
# TODO: toujours mettre des \n entre les résultats !
|
|
||||||
|
|
||||||
res=()
|
|
||||||
|
|
||||||
# Find all programs in $PATH.
|
|
||||||
res+=$(echo -n "$PATH" | xargs -d: -I{} -r -- find -L {} -maxdepth 1 -mindepth 1 -type f -executable -printf '%P\n' 2>/dev/null)
|
|
||||||
res+=$(echo -e "\ncoucou")
|
|
||||||
|
|
||||||
for resultat in "${res[@]}"; do
|
|
||||||
echo "$resultat"
|
|
||||||
done | fzf|sh
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
firefox --kiosk "https://netflix.com/"
|
|
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
# random_wallpaper
|
# random_wallpaper
|
||||||
#
|
#
|
||||||
# Requirement: feh (apt install feh) - for Xorg
|
# Requirement: feh (apt install feh)
|
||||||
# Requirement: swaybg - for Wayland
|
|
||||||
|
|
||||||
directory="$HOME/wallpapers"
|
directory="$HOME/wallpapers"
|
||||||
minutes=15
|
minutes=15
|
||||||
@ -51,7 +50,6 @@ while true; do
|
|||||||
# Change background
|
# Change background
|
||||||
file="${array_files["$NUMBER"]}"
|
file="${array_files["$NUMBER"]}"
|
||||||
if "${is_wayland}"; then
|
if "${is_wayland}"; then
|
||||||
# Use of swaybg program (used with swaymsg)
|
|
||||||
$PROGRAM output "*" bg "$directory/$file" fill
|
$PROGRAM output "*" bg "$directory/$file" fill
|
||||||
else
|
else
|
||||||
feh --bg-fill "$directory/$file"
|
feh --bg-fill "$directory/$file"
|
||||||
|
6
bin/rec1
6
bin/rec1
@ -1,6 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# change number by 2 for screen 2
|
|
||||||
number=1
|
|
||||||
|
|
||||||
wf-recorder -o $(swaymsg -t get_outputs |grep "DP"|head -n ${number}|cut -d '"' -f 4) -f ~/screens/$(date +'%Y-%m-%d-%s')_screencast.mkv
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
python3 -m http.server "$@"
|
|
Reference in New Issue
Block a user