diff options
-rw-r--r-- | etc/portage/package.accept_keywords/conf | 2 | ||||
-rw-r--r-- | root/.config/i3/config | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/etc/portage/package.accept_keywords/conf b/etc/portage/package.accept_keywords/conf index 67136a5..e7ec863 100644 --- a/etc/portage/package.accept_keywords/conf +++ b/etc/portage/package.accept_keywords/conf @@ -47,7 +47,7 @@ sys-firmware/sigrok-firmware-fx2lafw ~* media-sound/sndpeek ~* net-mail/libpst ~* media-video/obs-studio ~* -app-misc/qlcplus ** +app-misc/qlcplus ~* net-analyzer/masscan ~* dev-util/android-studio ~* net-vpn/iodine ~* diff --git a/root/.config/i3/config b/root/.config/i3/config index e3221b5..0ae2491 100644 --- a/root/.config/i3/config +++ b/root/.config/i3/config @@ -114,7 +114,6 @@ bindsym $mod+F6 workspace $wsf6 bindsym $mod+F7 workspace $wsf7 bindsym $mod+F8 workspace $wsf8 bindsym $mod+F9 workspace $wsf9 -bindsym $mod+F0 workspace $wsf10 bindsym $mod+Shift+F1 move container to workspace $wsf1 bindsym $mod+Shift+F2 move container to workspace $wsf2 bindsym $mod+Shift+F3 move container to workspace $wsf3 @@ -124,7 +123,6 @@ bindsym $mod+Shift+F6 move container to workspace $wsf6 bindsym $mod+Shift+F7 move container to workspace $wsf7 bindsym $mod+Shift+F8 move container to workspace $wsf8 bindsym $mod+Shift+F9 move container to workspace $wsf9 -bindsym $mod+Shift+F0 move container to workspace $wsf10 # bindsym F4 workspace next_on_output # bindsym F7 focus output right bindsym $mod+Shift+r restart |