diff options
-rwxr-xr-x | .config/i3/after | 2 | ||||
-rw-r--r-- | .config/i3/config | 4 | ||||
-rwxr-xr-x | .local/bin/no-rgb (renamed from .config/i3/extra/no-rgb) | 0 | ||||
-rwxr-xr-x | .local/bin/screenshot (renamed from .config/i3/extra/screenshot) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/.config/i3/after b/.config/i3/after index 5ececb1..a2433be 100755 --- a/.config/i3/after +++ b/.config/i3/after @@ -1,5 +1,5 @@ #!/bin/sh -$XDG_CONFIG_HOME/i3/extra/no-rgb +~/.local/bin/no-rgb xset r rate 300 25 setxkbmap -option grp:win_space_toggle us,dk diff --git a/.config/i3/config b/.config/i3/config index 5edf5ce..3effa58 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -17,7 +17,7 @@ bindsym $mod+b exec firefox bindsym $mod+e exec pcmanfm bindsym $mod+f fullscreen toggle bindsym $mod+i exec --no-startup-id polybar-msg cmd toggle -bindsym $mod+Shift+s exec --no-startup-id ~/.config/i3/extra/screenshot +bindsym $mod+Shift+s exec --no-startup-id ~/.local/bin/screenshot bindsym $mod+d exec --no-startup-id rofi -show drun -show-icons -drun-display-format {name} bindsym $alt+Tab exec --no-startup-id rofi -show window -show-icons -drun-display-format {name} @@ -143,7 +143,7 @@ title_align center smart_gaps on hide_edge_borders smart popup_during_fullscreen smart -focus_follows_mouse yes +focus_follows_mouse no ##### Force floating windows diff --git a/.config/i3/extra/no-rgb b/.local/bin/no-rgb index a843b12..a843b12 100755 --- a/.config/i3/extra/no-rgb +++ b/.local/bin/no-rgb diff --git a/.config/i3/extra/screenshot b/.local/bin/screenshot index 3eb9ec1..3eb9ec1 100755 --- a/.config/i3/extra/screenshot +++ b/.local/bin/screenshot |