Commit 4a06c946 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

FIX: mod backspace now also sets xmodmap.

parent 424e570f
......@@ -100,7 +100,7 @@ bindsym $mod+Ctrl+b border none
# xrandr set to default res (needed if unplug monitor and can't see screen)
bindsym $mod+backslash exec --no-startup-id "xrandr --output eDP-1-1 --mode 2560x1440 --rate 240; xrandr --output eDP-1 --mode 2560x1440 --rate 240"
bindsym $mod+BackSpace exec --no-startup-id source ~/.xprofile
bindsym $mod+BackSpace exec --no-startup-id "source ~/.xprofile; xmodmap ~/.Xmodmap"
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment