From 54395d75904f4dba505e847a745c0dd89c930189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Wed, 26 Jul 2023 01:12:47 +0200 Subject: c --- etc/portage/make.conf | 3 ++- etc/portage/package.accept_keywords/conf | 2 ++ etc/portage/package.use/conf | 1 + root/.config/i3/config | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/etc/portage/make.conf b/etc/portage/make.conf index 9d0c28b..624a3da 100644 --- a/etc/portage/make.conf +++ b/etc/portage/make.conf @@ -61,11 +61,12 @@ USE="$USE eai" # za postfix smtputf8 USE="$USE vhost-net qemu parted" # za qemu / libvirt USE="$USE qml positioning quick" # za freecad USE="$USE gstreamer" # za dino +USE="$USE jack-sdk sound-server elogind" # za pipewire CALLIGRA_FEATURES="stage words sheets" PALEMOON_ENABLE_UNSUPPORTED_COMPILERS=1 # uradno gcc 11 ni podprt -ACCEPT_LICENSE="-* @BINARY-REDISTRIBUTABLE Kermit MPEG-4" +ACCEPT_LICENSE="-* @BINARY-REDISTRIBUTABLE Kermit MPEG-4 android" # default je @FREE # L10N="sl" diff --git a/etc/portage/package.accept_keywords/conf b/etc/portage/package.accept_keywords/conf index 5ac98c9..9e14815 100644 --- a/etc/portage/package.accept_keywords/conf +++ b/etc/portage/package.accept_keywords/conf @@ -50,3 +50,5 @@ net-mail/libpst ~* media-video/obs-studio ~* app-misc/qlcplus ** net-analyzer/masscan ~* +dev-util/android-studio ~* +net-vpn/iodine ~* diff --git a/etc/portage/package.use/conf b/etc/portage/package.use/conf index 20c77e5..01eefe9 100644 --- a/etc/portage/package.use/conf +++ b/etc/portage/package.use/conf @@ -6,3 +6,4 @@ media-libs/opencolorio -opengl sci-libs/hdf5 -threads sys-libs/ncurses -gpm sci-libs/orocos_kdl -examples +media-sound/pulseaudio -daemon diff --git a/root/.config/i3/config b/root/.config/i3/config index c070958..1841736 100644 --- a/root/.config/i3/config +++ b/root/.config/i3/config @@ -184,7 +184,7 @@ bindsym $mod+c [title="cargova"] focus bindsym --release $mod+v exec --no-startup-id xdotool key "Shift+Insert" bindsym $mod+b [title="rowser"] focus bindsym $mod+n [title="/projects"] focus -bindsym $mod+m exec --no-startup-id echo 'k=$(((`xinput list-props 13 | grep Enabled | cut -f3`+1)%2)) && xinput set-prop 13 "Device Enabled" $k && echo $k > /sys/class/leds/input4\:\:capslock/brightness' | sh +bindsym $mod+m exec --no-startup-id echo 'p=`xinput | grep SYNA | cut -f2 | cut -d= -f2 | head -n2 | tail -n1` && k=$(((`xinput list-props $p | grep Enabled | cut -f3`+1)%2)) && xinput set-prop $p "Device Enabled" $k && echo $k > /sys/class/leds/input4\:\:capslock/brightness' | sh # barve border background text indicator child_border client.focused #ee3333 #000000 #ffffff #33ee33 #ee3333 -- cgit v1.2.3