Skip to content

Commit

Permalink
i3
Browse files Browse the repository at this point in the history
  • Loading branch information
bhipple committed Feb 24, 2025
1 parent 6210f51 commit d523bfc
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,21 @@ set $refresh_i3status killall -SIGUSR1 i3status
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +1% && $refresh_i3status
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -1% && $refresh_i3status
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
bindsym XF86AudioMicMute exec --no-startup-id /home/bhipple/bin_local/mic-toggle && $refresh_i3status

# These match up with my QMK keycodes
# Run `xmodmap -pke` for all keycodes
bindsym XF86Search exec --no-startup-id "/home/bhipple/bin/bt-connect"
bindsym XF86Mail exec --no-startup-id "/home/bhipple/bin/bt-disconnect"

# Find these codes with xev
# KC_INTERNATIONAL_1 = 97
# KC_INTERNATIONAL_2 = 101
# KC_INTERNATIONAL_3 = 132
# KC_INTERNATIONAL_4 = 100
# KC_INTERNATIONAL_5 = 102
# Look at the emacs roam header for more info:
# Custom key bindings on my second keyboard
#bindcode 97
#bindcode 101
bindcode 132 exec --no-startup-id /home/bhipple/bin/toggle-talon
bindcode 100 workspace prev
bindcode 102 workspace next
bindcode 103 exec --no-startup-id /home/bhipple/bin_local/mic-toggle

# Foot Switch bindings
# left
Expand Down

0 comments on commit d523bfc

Please sign in to comment.