Compare commits

..

35 Commits

Author SHA1 Message Date
625ea8c879 chore(config): warprc - updated 2025-02-26 09:25:29 +01:00
5dab098855 chore(Sway): Presse-papier - Attempt to use cliphist (without success) 2025-02-26 09:25:29 +01:00
8574403710 feat(bin): script - added, webserver to launch Python3 web server 2025-02-26 09:25:29 +01:00
ae6ed89aed fix(sway): FileChooser missing for xdg-desktop-portal, add GTK one 2025-02-26 09:25:29 +01:00
c77621ce02 doc(random_wallpaper): Explain that we use swaybg for Wayland 2025-02-26 09:25:29 +01:00
0f3e135dc2 fix(applications): Add different Slack desktop file to launch it on Wayland 2025-02-26 09:25:29 +01:00
94bdb772e8 fix(applications): delete useless ~/bin/qtpass-wayland file
Because we use .local/share/applications/qtpass.desktop instead!
2025-02-26 09:25:29 +01:00
43d3ae40a6 fix(sway): config - add 12-lanceur.conf to set sway-launcher-desktop correctly 2025-02-26 09:25:29 +01:00
ac156b9dca feat(QtPass): New .desktop file to launch it correctly 2025-02-26 09:25:29 +01:00
925925ec6e feat(Sway): config - Change launcher to sway-launcher-desktop + alacritty
* use sway-launcher-desktop
* use alacritty
* use fzf
2025-02-26 09:25:29 +01:00
8d87b9d362 feat(bin): avoid qtpass problem on Wayland + non 0,0 position monitors
* starts qtpass in Xwayland because it sucks! Cf. https://github.com/IJHack/QtPass/issues/663#issuecomment-2583291264
2025-02-26 09:25:29 +01:00
faf981a2e8 feat(scripts): WIP - launcher to use with fzf and alacritty? 2025-02-26 09:25:29 +01:00
05af331733 feat(ZSH): Use 'bat' as PAGER and 'nvim' as MANPAGER 2025-02-26 09:25:29 +01:00
db967e3b46 fix(sway): Load .config/environment.d/envvars.conf in another way 2025-02-26 09:25:29 +01:00
251afad8bf fix(environment.d): envvars.conf - comment useless lines
Because of sway-systemd that already do thins about XDG_CURRENT_DESKTOP,
etc.
2025-02-26 09:25:29 +01:00
9475e9477e fix(ssh): config - change 'zou' IP 2025-02-26 09:25:29 +01:00
41b0c00300 fix(qtpass): Add new binary for wayland compat. 2025-02-26 09:25:29 +01:00
f034e06f82 feat(bin): Add 2 new scripts for screens
* ecran_maison to activate external monitors for laptop (framework)
* ecran_framework to deactivate external monitors and use laptop one
  (framework)
2025-02-26 09:25:29 +01:00
67bcef78f9 feat(nvim): Initial configuration 2025-02-26 09:25:29 +01:00
a1c3b79a91 feat(ZSH): aliases - Add 2 more aliases:
* cat => bat command (to display line number and colors)
* g => git
2025-02-26 09:25:29 +01:00
96295e8507 fix(sway): icc - directory missing. Add it. 2025-02-26 09:25:29 +01:00
5c46b05113 chore(backlight): change gammastep to wlsunset to simplify usage 2025-02-26 09:25:29 +01:00
8ae4de6d2c fix(battery): Use correct battery name ; BAT1 2025-02-26 09:25:29 +01:00
d8cc5136a1 feat(bin): New netflix command to launch firefox in --kiosk 2025-02-26 09:25:29 +01:00
dd0868df44 chore(screen): Add .icm color for laptop screen 2025-02-26 09:25:29 +01:00
dd5ade9817 fix(Sway): Missing variables for gammastep-indicator 2025-02-26 09:25:29 +01:00
bb3153e0e9 feat(systemd): env. var. - add some for SDL VIDEO 2025-02-26 09:25:29 +01:00
e35c011c81 fix(gammastep): wayland - adjust for wayland 2025-02-26 09:25:29 +01:00
66b75b2523 fix(Wayland): systemd - add new variables for Electron and QT apps 2025-02-26 09:25:29 +01:00
e45d9336ca fix(waybar): icon size for tray 2025-02-26 09:25:29 +01:00
75fed69bec feat(Sway): Change HiDPI scale for tom laptop 2025-02-26 09:25:29 +01:00
46ffe960ec fix(Sway): Use i3 default background as default one 2025-02-26 09:25:29 +01:00
f67b2019a7 fix(ZSH): Launch sway by default in ZSH profile 2025-02-26 09:25:29 +01:00
01489bd7ef BATTERY: change battery number 2025-02-26 09:25:29 +01:00
ae65624398 fix(scripts): bin - Fix secondary screen rotation 2025-02-26 09:24:26 +01:00

View File

@ -18,7 +18,7 @@ otherscreen="'Iiyama North America PLX2283H 1159495081860'"
# Active l'écran secondaire # Active l'écran secondaire
swaymsg output "${otherscreen}" enable swaymsg output "${otherscreen}" enable
# Tourne l'écran de droite de 90° # Tourne l'écran de droite de 90°
swaymsg output "${otherscreen}" transform 90 clockwise swaymsg output "${otherscreen}" transform 90 anticlockwise
# Déplace l'écran de droite à 1920px (pour rester à droite) # Déplace l'écran de droite à 1920px (pour rester à droite)
swaymsg output "${otherscreen}" pos 1920 0 swaymsg output "${otherscreen}" pos 1920 0