This commit is contained in:
Melissa Dumont 2025-08-07 18:29:27 -04:00
parent dd920a2095
commit 9fa54dd46c
4 changed files with 7 additions and 3 deletions

View File

@ -5,4 +5,4 @@
"cargo-install-update-config", "cargo-install-update-config",
] ]
"monitor-affinity 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = ["monitor-affinity"] "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"]

View File

@ -171,6 +171,8 @@ bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session) # 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+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) # resize window (you can also use the mouse for that)
mode "resize" { mode "resize" {
# These bindings trigger as soon as you enter the resize mode # 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="zoom"] floating enable
for_window [class="Jitsi Meet"] 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 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 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" #bindsym XF86AudioMute exec --no-startup-id qdbus org.kde.kglobalaccel /component/kmix invokeShortcut "mute"

View File

@ -18,7 +18,7 @@ pre_sudo = true
# disable = ["system", "emacs"] # disable = ["system", "emacs"]
# Ignore failures for these steps # Ignore failures for these steps
# ignore_failures = ["powershell"] ignore_failures = ["yadm"]
# List of remote machines with Topgrade installed on them # List of remote machines with Topgrade installed on them
# remote_topgrades = ["toothless", "pi", "parnas"] # remote_topgrades = ["toothless", "pi", "parnas"]

@ -1 +1 @@
Subproject commit 5c804257ceb5b3062b876afae290adf72c474aad Subproject commit a6beb0f5958e935d33b0edb6d4470c3d7c4e8917