diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2024-01-09 21:43:36 +0100 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2024-01-09 21:43:36 +0100 |
commit | 1510c4881636bfdb4bbd00a836b1ad138e03be47 (patch) | |
tree | d4ac1cef6bf946baabcba6a9ad9cedd694157124 | |
parent | v (diff) | |
parent | qlcplus.use.stable.version (diff) | |
download | n-1510c4881636bfdb4bbd00a836b1ad138e03be47.tar n-1510c4881636bfdb4bbd00a836b1ad138e03be47.tar.gz n-1510c4881636bfdb4bbd00a836b1ad138e03be47.tar.bz2 n-1510c4881636bfdb4bbd00a836b1ad138e03be47.tar.lz n-1510c4881636bfdb4bbd00a836b1ad138e03be47.tar.xz n-1510c4881636bfdb4bbd00a836b1ad138e03be47.tar.zst n-1510c4881636bfdb4bbd00a836b1ad138e03be47.zip |
-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 |