Update
This commit is contained in:
12
.config/feh/keys
Normal file
12
.config/feh/keys
Normal file
@@ -0,0 +1,12 @@
|
||||
zoom_in K
|
||||
zoom_out J
|
||||
next_img L
|
||||
prev_img H
|
||||
|
||||
scroll_up k
|
||||
scroll_down j
|
||||
scroll_right l
|
||||
scroll_left h
|
||||
|
||||
toggle_fullscreen f
|
||||
save_filelist
|
||||
@@ -2,7 +2,9 @@ set $mod Mod4
|
||||
font pango:DejaVu Sans Mono 9
|
||||
|
||||
exec_always [[ ! $(pidof compton) ]] && compton
|
||||
exec_always [[ ! $(pidof unclutter) ]] && unclutter
|
||||
exec_always [[ ! $(pidof mpd) ]] && mpd
|
||||
exec_always [[ ! $(pidof transmission-daemon) ]] && transmission_daemon
|
||||
exec_always [[ ! $(pidof nm-applet) ]] && nm-applet
|
||||
|
||||
exec_always xrdb ~/.Xresources
|
||||
@@ -13,17 +15,25 @@ default_border pixel 1
|
||||
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 5
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 5
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -5%
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5%
|
||||
|
||||
bindsym $mod+Shift+r restart
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
bindsym $mod+r exec dmenu_run
|
||||
bindsym $mod+f exec firefox
|
||||
bindsym $mod+v exec pavucontrol
|
||||
bindsym $mod+Return exec urxvt
|
||||
bindsym $mod+Delete exec urxvt -e htop
|
||||
bindsym $mod+e exec urxvt -e ranger
|
||||
bindsym $mod+m exec urxvt -e ncmpcpp
|
||||
bindsym $mod+t exec urxvt -e tremc
|
||||
bindsym $mod+c exec urxvt -e python
|
||||
|
||||
bindsym $mod+Shift+p exec mpc toggle
|
||||
bindsym $mod+Shift+n exec mpc next
|
||||
|
||||
bindsym $mod+h focus left
|
||||
bindsym $mod+j focus down
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
no-input-default-bindings
|
||||
|
||||
profile=gpu-hq
|
||||
deband=no
|
||||
#deband=no
|
||||
|
||||
#scale=ewa_lanczossharp
|
||||
#cscale=ewa_lanczossharp
|
||||
@@ -9,6 +9,6 @@ deband=no
|
||||
alang=jpn,jp
|
||||
slang=eng,en
|
||||
|
||||
#video-sync=display-resample
|
||||
#interpolation
|
||||
#tscale=oversample
|
||||
video-sync=display-resample
|
||||
interpolation
|
||||
tscale=oversample
|
||||
|
||||
11
.config/ncmpcpp/bindings
Normal file
11
.config/ncmpcpp/bindings
Normal file
@@ -0,0 +1,11 @@
|
||||
def_key "j"
|
||||
scroll_down
|
||||
|
||||
def_key "k"
|
||||
scroll_up
|
||||
|
||||
def_key "h"
|
||||
previous_column
|
||||
|
||||
def_key "l"
|
||||
next_column
|
||||
11
.config/ncmpcpp/config
Normal file
11
.config/ncmpcpp/config
Normal file
@@ -0,0 +1,11 @@
|
||||
mouse_support = no
|
||||
|
||||
user_interface = alternative
|
||||
header_visibility = no
|
||||
|
||||
playlist_display_mode = columns
|
||||
browser_display_mode = columns
|
||||
search_engine_display_mode = columns
|
||||
playlist_editor_display_mode = columns
|
||||
|
||||
progressbar_look = -|
|
||||
Reference in New Issue
Block a user