From 9f4d66705e15f50071a2dd5e921d3a3f88b177c8 Mon Sep 17 00:00:00 2001 From: Lilou Date: Sat, 4 Oct 2025 19:16:25 +0200 Subject: [PATCH] Find mpris module, better emojis etc --- .config/i3/config.laptop | 2 +- .config/i3/config_common | 2 +- .config/polybar/config.laptop | 2 +- .config/polybar/config_common | 2 +- .zshrc | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/i3/config.laptop b/.config/i3/config.laptop index 766c224..3b5003e 100644 --- a/.config/i3/config.laptop +++ b/.config/i3/config.laptop @@ -132,7 +132,7 @@ bindsym $mod+Return exec --no-startup-id i3-sensible-terminal # start rofi (a program launcher) bindsym $mod+d exec rofi -show run -bindsym $mod+Shift+d exec rofimoji --skin-tone neutral +bindsym $mod+Shift+d exec rofimoji --skin-tone neutral --selector-args "-kb-custom-1 Control+ampersand -kb-custom-2 Control+eacute -kb-custom-3 Control+quotedbl -kb-custom-4 Control+apostrophe -kb-custom-5 Control+parenleft -kb-custom-6 Control+minus -kb-custom-7 Control+egrave -kb-custom-8 Control+underscore -kb-custom-9 Control+ccedilla -kb-custom-10 Control+agrave" # just lock the screen bindsym $mod+l exec --no-startup-id $Locker && sleep 1 diff --git a/.config/i3/config_common b/.config/i3/config_common index 86e5084..aeb3005 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -132,7 +132,7 @@ bindsym $mod+Return exec --no-startup-id i3-sensible-terminal # start rofi (a program launcher) bindsym $mod+d exec rofi -show run -bindsym $mod+Shift+d exec rofimoji --skin-tone neutral +bindsym $mod+Shift+d exec rofimoji --skin-tone neutral --selector-args "-kb-custom-1 Control+ampersand -kb-custom-2 Control+eacute -kb-custom-3 Control+quotedbl -kb-custom-4 Control+apostrophe -kb-custom-5 Control+parenleft -kb-custom-6 Control+minus -kb-custom-7 Control+egrave -kb-custom-8 Control+underscore -kb-custom-9 Control+ccedilla -kb-custom-10 Control+agrave" # just lock the screen bindsym $mod+l exec --no-startup-id $Locker && sleep 1 diff --git a/.config/polybar/config.laptop b/.config/polybar/config.laptop index 27d11a6..8426c73 100644 --- a/.config/polybar/config.laptop +++ b/.config/polybar/config.laptop @@ -125,7 +125,7 @@ modules-right = ${variables.bottom_right} [module/player-mpris] type = custom/script exec = python -u ~/.config/polybar/scripts/player-mpris.py status -tail = true +tail = false interval = 10 [module/xwindow] diff --git a/.config/polybar/config_common b/.config/polybar/config_common index a8bcf04..18fb126 100644 --- a/.config/polybar/config_common +++ b/.config/polybar/config_common @@ -69,7 +69,7 @@ modules-right = ${variables.bottom_right} [module/player-mpris] type = custom/script exec = python -u ~/.config/polybar/scripts/player-mpris.py status -tail = true +tail = false interval = 10 [module/xwindow] diff --git a/.zshrc b/.zshrc index 91c4f5b..46b15a4 100644 --- a/.zshrc +++ b/.zshrc @@ -42,6 +42,7 @@ plugins=( git # password-store autocomplete pass + poetry # fish-like completion as you type zsh-autosuggestions )