Transition effects after update?

Hi, after latest update (just rebooted) im seeing new effects for everything (transfering between workspaces, opening/closing apps etc etc)

is this a new thing? cuz i havent seen anything related about this in changelogs

im not complaining tho, it looks so cool IMO

yay -Q i3-gaps:                                                                                             
i3-gaps 4.20.1-2

config:

# set modifier
set $super Mod4
set $alt Mod1

# set font
font pango: Noto Sans 8

# Use Mouse+$super to drag floating windows to their wanted position
floating_modifier $super

#autostart
#exec --no-startup-id hsetroot -center ~/.wallpaper.png
exec --no-startup-id xsettingsd &
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
exec_always "feh --bg-scale ~/Pictures/wal_6.jpg"
exec_always "setxkbmap -layout us,ir"
exec_always "setxkbmap -option 'grp:alt_shift_toggle'"
exec "~/cfw/cfw &"
exec_always "~/.config/i3/gpu.sh"
exec_always "~/.config/polybar/launch.sh --forest"
exec_always "nm-applet &"

# start a terminal
bindsym $super+Return exec xfce4-terminal

# Adding Gaps
gaps inner 5
gaps outer 5
#border_radius 5

# start dmenu (a program launcher)
bindsym $super+Shift+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'Noto Sans:size=8'"
#bindsym $super+d exec rofi -lines 12 -padding 18 -width 60 -location 0 -show drun -sidebar-mode -columns 3 -font 'Noto Sans 8'
bindsym $super+d exec ~/.config/rofi/bin/launcher_colorful
# common apps keybinds
bindsym Print exec scrot 'Cheese_%a-%d%b%y_%H.%M.png' -e 'viewnior ~/$f'
bindsym $super+l exec i3lock-fancy 

# Area ScreenShot
bindsym --release $super+shift+s exec flameshot gui

# Sreen brightness controls
bindsym XF86MonBrightnessUp exec brightnessctl set +10 # increase screen brightness
bindsym XF86MonBrightnessDown exec brightnessctl set 10- # decrease screen brightness

#change volume
bindsym XF86AudioRaiseVolume exec amixer -q set Master 5%+
bindsym XF86AudioLowerVolume exec amixer -q set Master 5%-
bindsym XF86AudioMute exec amixer set Master toggle

# music control
bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous
bindsym XF86AudioPlay exec playerctl play-pause
bindsym XF86AudioStop exec playerctl stop

# kill focused window
bindsym $super+c kill
bindsym $alt+F4 kill

# toggle floating

bindsym $super+u floating toggle

# change focus
bindsym $super+Left focus left
bindsym $super+Down focus down
bindsym $super+Up focus up
bindsym $super+Right focus right

# move focused window
bindsym $super+Shift+Left move left
bindsym $super+Shift+Down move down
bindsym $super+Shift+Up move up
bindsym $super+Shift+Right move right

# split in horizontal orientation
bindsym $super+h split h

# split in vertical orientation
bindsym $super+v split v

# enter fullscreen mode for the focused container
bindsym $super+f fullscreen toggle

# change container layout split
bindsym $super+s layout toggle split

# toggle tiling / floating
bindsym $super+space floating toggle

# change focus between tiling / floating windows
bindsym $super+Shift+space focus mode_toggle

# switch to workspace
bindsym $alt+Control+Right workspace next
bindsym $alt+Control+Left workspace prev
bindsym $super+1 workspace 1
bindsym $super+2 workspace 2
bindsym $super+3 workspace 3
bindsym $super+4 workspace 4
bindsym $super+5 workspace 5
bindsym $super+6 workspace 6

# move focused container to workspace
bindsym $super+Shift+1 move container to workspace 1
bindsym $super+Shift+2 move container to workspace 2
bindsym $super+Shift+3 move container to workspace 3
bindsym $super+Shift+4 move container to workspace 4
bindsym $super+Shift+5 move container to workspace 5
bindsym $super+Shift+6 move container to workspace 6

# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $super+Shift+r restart

# exit i3
bindsym $super+q exec "i3-nagbar -t warning -m 'Really, exit?' -b 'Yes' 'i3-msg exit'"

# resize window (you can also use the mouse for that)
mode "resize" {
        bindsym Left resize shrink width 5 px or 5 ppt
        bindsym Down resize grow height 5 px or 5 ppt
        bindsym Up resize shrink height 5 px or 5 ppt
        bindsym Right resize grow width 5 px or 5 ppt
        bindsym Return mode "default"
}
bindsym $super+r mode "resize"

# panel
#bar {
       # colors {
       # background #2f343f
       # statusline #2f343f
       # separator #4b5262

       # colour of border, background, and text
       #focused_workspace       #2f343f #bf616a #d8dee8
       # active_workspace        #2f343f #2f343f #d8dee8
       # inactive_workspace      #2f343f #2f343f #d8dee8
       # urgent_workspacei       #2f343f #ebcb8b #2f343f
   # }
 #       status_command i3status
#}

# window rules, you can find the window class using xprop
for_window [class=".*"] border pixel 1
assign [class=URxvt] 1
#assign [class=Firefox|Transmission-gtk] 2
#assign [class=Thunar|File-roller] 3
#assign [class=Geany|Evince|Gucharmap|Soffice|libreoffice*] 4
#assign [class=Audacity|Vlc|mpv|Ghb|Xfburn|Gimp*|Inkscape] 5
#assign [class=Lxappearance|System-config-printer.py|Lxtask|GParted|Pavucontrol|Exo-helper*|Lxrandr|Arandr] 6
for_window [class=Viewnior|feh|Audacious|File-roller|Lxappearance|Lxtask|Pavucontrol] floating enable
for_window [class=URxvt|Firefox|Geany|Evince|Soffice|libreoffice*|mpv|Ghb|Xfburn|Gimp*|Inkscape|Vlc|Lxappearance|Audacity] focus
for_window [class=Xfburn|GParted|System-config-printer.py|Lxtask|Pavucontrol|Exo-helper*|Lxrandr|Arandr] focus

# colour of border, background, text, indicator, and child_border
#client.focused              #bf616a #2f343f #d8dee8 #bf616a #d8dee8
#client.focused_inactive     #2f343f #2f343f #d8dee8 #2f343f #2f343f
#client.unfocused            #2f343f #2f343f #d8dee8 #2f343f #2f343f
#client.urgent               #2f343f #2f343f #d8dee8 #2f343f #2f343f
#client.placeholder          #2f343f #2f343f #d8dee8 #2f343f #2f343f
#client.background           #2f343f

client.focused          #DA6E89 #DA6E89 #FFFFFF #98C379   #F20000
client.focused_inactive #61AFEF #61AFEF #1E222A #98C379   #61AFEF
client.unfocused        #2C3038 #2C3038 #FFFFFF #98C379   #2C3038
client.urgent           #C678DD #C678DD #FFFFFF #98C379   #C678DD
client.placeholder      #1E222A #1E222A #FFFFFF #98C379   #1E222A

client.background       #1E222A
#client.background #F20000

i do not see a difference here…

1 Like

what for you have this in config ?

had some font problems in some applications (cant remember which one TBH, its from long time ago) and this solved my problem

1 Like