diff --git a/.config/Cadence/GlobalSettings.conf b/.config/Cadence/GlobalSettings.conf index a696d1c..c524bbc 100644 --- a/.config/Cadence/GlobalSettings.conf +++ b/.config/Cadence/GlobalSettings.conf @@ -1,4 +1,5 @@ [A2J] +AutoExport=true AutoStart=true ExportHW=true diff --git a/.config/i3/config_common b/.config/i3/config_common index 389f698..caac718 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -189,10 +189,10 @@ bindsym $mod+Shift+r restart # resize window (you can also use the mouse for that) mode "$resize_mode" { - bindsym Left resize grow width 10 px or 10 ppt - bindsym Down resize grow height 10 px or 10 ppt - bindsym Up resize shrink height 10 px or 10 ppt - bindsym Right resize shrink width 10 px or 10 ppt + bindsym Left resize shrink width 40 px or 20 ppt; move position center + bindsym Down resize grow height 40 px or 20 ppt; move position center + bindsym Up resize shrink height 40 px or 20 ppt; move position center + bindsym Right resize grow width 40 px or 20 ppt; move position center bindsym Escape mode "default" } diff --git a/.init_config.sh b/.init_config.sh index d4276d6..443419b 100755 --- a/.init_config.sh +++ b/.init_config.sh @@ -82,3 +82,7 @@ done # Reload i3 configuration i3-msg reload && echo "Successfully reloaded i3 config" + +# Restart picom due to this bug https://github.com/yshui/picom/issues/166 +killall picom; picom &>/dev/null & + diff --git a/README.md b/README.md index 4fc33fa..2851815 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ I added to the classic Arch/i3 : * A notification daemon (urgency-aware), Dunst, controlled by shortcuts (but possibly with mouse). * A fancy lock screen, with optionnal suspend-to-RAM, either triggered by hotkey or when there is no activity for X minutes. * A Display Manager (LightDM), for login and X starting. -* A great File Explorer (SpaceFM), with hotkey / command-line / screen-split / protocol handlers / events support. +* A great File Explorer (Nemo), with hotkey / command-line / screen-split / protocol handlers / events support. * ZSH with Oh My ZSH and excellent community plugins (Git aliases, Docker autocomplete, FASD bindings, cat and man coloration...) * Some mappings to control ALSA volume from dedicated keyboards buttons, to play/plause players compatible with MPRIS D-Bus Interface spec ; some changes to key speed (X settings) ; Smooth and dark theme for GTK and for Sublime-Text...