diff --git a/.cargo/.crates.toml b/.cargo/.crates.toml index 0b87740..51c101b 100644 --- a/.cargo/.crates.toml +++ b/.cargo/.crates.toml @@ -5,4 +5,4 @@ "cargo-install-update-config", ] "monitor-affinity 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = ["monitor-affinity"] -"rioterm 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)" = ["rio"] +"rioterm 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)" = ["rio"] diff --git a/.config/i3/config b/.config/i3/config index d2fae3b..9ba2a7c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -171,6 +171,8 @@ bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" +bindsym $mod+Shift+x exec xkill + # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode @@ -242,6 +244,8 @@ bindsym $mod+r mode "resize" for_window [class="zoom"] floating enable for_window [class="Jitsi Meet"] floating enable + for_window [instance="steam"] fullscreen enable + #bindsym XF86AudioRaiseVolume exec --no-startup-id qdbus org.kde.kglobalaccel /component/kmix invokeShortcut "increase_volume" #bindsym XF86AudioLowerVolume exec --no-startup-id qdbus org.kde.kglobalaccel /component/kmix invokeShortcut "decrease_volume" #bindsym XF86AudioMute exec --no-startup-id qdbus org.kde.kglobalaccel /component/kmix invokeShortcut "mute" diff --git a/.config/topgrade.toml b/.config/topgrade.toml index a827c9a..e3b7b21 100644 --- a/.config/topgrade.toml +++ b/.config/topgrade.toml @@ -18,7 +18,7 @@ pre_sudo = true # disable = ["system", "emacs"] # Ignore failures for these steps -# ignore_failures = ["powershell"] +ignore_failures = ["yadm"] # List of remote machines with Topgrade installed on them # remote_topgrades = ["toothless", "pi", "parnas"] diff --git a/.oh-my-zsh b/.oh-my-zsh index 5c80425..a6beb0f 160000 --- a/.oh-my-zsh +++ b/.oh-my-zsh @@ -1 +1 @@ -Subproject commit 5c804257ceb5b3062b876afae290adf72c474aad +Subproject commit a6beb0f5958e935d33b0edb6d4470c3d7c4e8917