From 1fa7a168938f8f9c0d901ef454547a9540736246 Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Fri, 11 Sep 2020 13:05:13 +0200 Subject: [PATCH] I really don't know --- conf/config/sxhkd/sxhkdrc | 16 ---------------- conf/home/bashrc | 2 ++ conf/home/xinitrc | 2 ++ 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/conf/config/sxhkd/sxhkdrc b/conf/config/sxhkd/sxhkdrc index 7a1ec77..25670c2 100644 --- a/conf/config/sxhkd/sxhkdrc +++ b/conf/config/sxhkd/sxhkdrc @@ -6,16 +6,10 @@ XF86MonBrightness{Up,Down} xbacklight -fps 25 -{inc,dec} 5 -ctrl + {Right,Left} - xbacklight -fps 25 -{inc,dec} 5 - # audio control XF86Audio{Raise,Lower}Volume amixer -q sset Master 3%{+,-} -ctrl + {Up,Down} - amixer -q sset Master 3%{+,-} - XF86AudioMute amixer -q sset Master toggle @@ -26,9 +20,6 @@ XF86AudioMicMute super + Return alacritty -alt + Return - alacritty - # program launcher super + @space rofi -show drun @@ -36,13 +27,6 @@ super + @space super + shift + space rofi -show run -# program launcher -alt + @space - rofi -show drun - -alt + shift + space - rofi -show run - # Screenshot Print $SCRIPT_DIR/screenshot diff --git a/conf/home/bashrc b/conf/home/bashrc index 62d74c5..cacc520 100644 --- a/conf/home/bashrc +++ b/conf/home/bashrc @@ -22,6 +22,8 @@ alias rm='rm -i' alias mv='mv -i' alias ..='cd ..' alias open='xdg-open' +alias buonanotte='sudo poweroff' +alias progetti='cd $HOME/Documents/projects' # Colored man pages with less(1) export LESS="--RAW-CONTROL-CHARS" diff --git a/conf/home/xinitrc b/conf/home/xinitrc index 7c154f1..8ced896 100644 --- a/conf/home/xinitrc +++ b/conf/home/xinitrc @@ -66,6 +66,8 @@ export _JAVA_AWT_WM_NONREPARENTING=1 # Set the hardware acceleration driver export LIBVA_DRIVER_NAME=radeonsi export VDPAU_DRIVER=radeonsi +export RADV_PERFTEST=aco +export MOZ_X11_EGL=1 # Set the default interface used by wpa_cli export WPA_CLI_INTERFACE=wlp2s0 # Set the editor