From 4509b1d87df942b9bf81b3cc2b27b825ee8a0859 Mon Sep 17 00:00:00 2001 From: terminalforlife Date: Mon, 24 Feb 2020 19:33:55 +0000 Subject: [PATCH] Fix some typos, because reasons Just wanted to contribute in some way. :) You're doing great. --- README.md | 4 ++-- config | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dc591b6..47558d1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -**MASTER** - Hopefuly working branch. +**MASTER** - Hopefully working branch. -Arch based configuration. +Arch-based configuration. diff --git a/config b/config index 6267e50..b554367 100644 --- a/config +++ b/config @@ -108,7 +108,7 @@ bindsym $mod+Shift+0 move container to workspace $ws10 # reload the configuration file bindsym $mod+Ctrl+c reload -# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) +# restart i3 in-place (preserves your layout/session, can be used to upgrade i3) 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'" @@ -196,7 +196,7 @@ exec --no-startup-id dunst -config ~/.config/dunst/dunstrc for_window [class="Firefox"] move to workspace $ws10 #audio multimedia keys volume -# script volume.sh is useless since in status bar is notififcation +# script volume.sh is useless since in status bar is notification bindsym XF86AudioRaiseVolume exec --no-startup-id "pamixer -i 2; /home/sniffer/bin/volume.sh" bindsym XF86AudioLowerVolume exec --no-startup-id "pamixer -d 2; /home/sniffer/bin/volume.sh" bindsym XF86AudioMute exec --no-startup-id "pamixer -t; /home/sniffer/bin/volume.sh" @@ -207,7 +207,7 @@ bindsym XF86AudioNext exec playerctl next bindsym XF86AudioPrev exec playerctl previous #colors -# class border backgr text separator +# class border background text separator client.focused #e67905 #e67905 #ffffff #e67905 client.focused_inactive #333333 #333333 #888888 #292d2e client.unfocused #333333 #333333 #888888 #292d2e