I really don't know
This commit is contained in:
parent
981178b115
commit
1fa7a16893
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user