diff --git a/.config/i3/config b/.config/i3/config index 3365276..8a712c6 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -159,7 +159,7 @@ bindsym $mod+l exec --no-startup-id $Locker && sleep 1 #Lock and suspend to RAM bindsym $mod+Shift+l exec --no-startup-id $Locker && systemctl suspend exec_always --no-startup-id xset dpms 600 -exec_always --no-startup-id xautolock -time 9 -locker $Locker +exec_always --no-startup-id xautolock -time 9 -locker $Locker -corners ---- #Notifications exec --no-startup-id dunst diff --git a/.config/jack-matchmaker/patterns b/.config/jack-matchmaker/patterns index e5e645e..d3ab0ea 100644 --- a/.config/jack-matchmaker/patterns +++ b/.config/jack-matchmaker/patterns @@ -8,7 +8,7 @@ vlc.*?2$ # == Firefox, all tabs mixed in one : volume per tab is managed through players directly == # FF Left -.*?:AudioStream.*?0$ +.*?:Audio.*?0$ .*:Firefox/in-1 # FF Right @@ -20,4 +20,4 @@ Pianoteq.*?1$ .*:PianoTeq/in-1 Pianoteq.*?2$ -.*:PianoTeq/in-2 \ No newline at end of file +.*:PianoTeq/in-2 diff --git a/.config/polybar/config b/.config/polybar/config index 034d316..8e3eda3 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -51,7 +51,7 @@ module-margin-right = 4 modules-left = powermenu system-uptime-pretty modules-center = xwindow -modules-right = gmail system-usb-udev volume date +modules-right = system-usb-udev volume date tray-position = right @@ -130,7 +130,7 @@ ws-icon-4 = irssi; ws-icon-default =  label-dimmed-underline = ${root.background} - +label-separator = | label-focused = %icon% %name% label-focused-foreground = #f3f3f3 ;label-focused-underline = #${colors.accent} diff --git a/.config/redshift.conf b/.config/redshift.conf index e646bfd..19b21f6 100644 --- a/.config/redshift.conf +++ b/.config/redshift.conf @@ -11,7 +11,7 @@ brightness-night=0.8 ; Do not change Gamma correction at day, but compensate luminance loss at night gamma-day=1.0 -gamma-night=0.8 +gamma-night=1.0 ; /sys/class/backlight is empty :( And DDC/CI is not implemented by my monitors, so software adjustement... Less dynamic... adjustment-method=randr diff --git a/.config/rofi/emoji-picker.py b/.config/rofi/emoji-picker.py index 7328917..3ee7d0c 100755 --- a/.config/rofi/emoji-picker.py +++ b/.config/rofi/emoji-picker.py @@ -7859,6 +7859,7 @@ if rofi.returncode == 1: else: for line in stdout.splitlines(): emoji = line.split()[0] + print(emoji.decode('utf-8')) if rofi.returncode == 0: Popen( args=[ diff --git a/.zshrc b/.zshrc index 0be6798..01f4ba2 100644 --- a/.zshrc +++ b/.zshrc @@ -61,6 +61,7 @@ plugins=( docker rand-quote taskwarrior + systemd ) source $ZSH/oh-my-zsh.sh @@ -86,7 +87,7 @@ fi # export SSH_KEY_PATH="~/.ssh/rsa_id" # Do not print user@hostname if user is myself -DEFAULT_USER=chosto +DEFAULT_USER=`whoami` # Set personal aliases, overriding those provided by oh-my-zsh libs, # plugins, and themes. Aliases can be placed here, though oh-my-zsh