thonk thonk thonk thonk thonk pad

This commit is contained in:
Xfnw knuu 2020-12-25 10:26:22 -05:00
parent 02e450a9e4
commit 0ffa069e1e
6 changed files with 8 additions and 8 deletions

View file

@ -65,8 +65,6 @@ keycode 71 = F5 F5 F5 F5 F5 F5 XF86Switch_VT_5 F5 F5 XF86Switch_VT_5 F5 F5 F5 F
keycode 72 = F6 F6 F6 F6 F6 F6 XF86Switch_VT_6 F6 F6 XF86Switch_VT_6 F6 F6 F6 F6 XF86Switch_VT_6 F6 F6 F6 F6 XF86Switch_VT_6
keycode 73 = F7 F7 F7 F7 F7 F7 XF86Switch_VT_7 F7 F7 XF86Switch_VT_7 F7 F7 F7 F7 XF86Switch_VT_7 F7 F7 F7 F7 XF86Switch_VT_7
keycode 74 = F8 Next F8 F8 F8 F8 XF86Switch_VT_8
keycode 75 = Page_Down
keycode 76 = Page_Up
keycode 77 = Num_Lock NoSymbol Num_Lock NoSymbol Num_Lock Num_Lock
keycode 78 = F9 Next F9 F9 F9 F9 XF86Switch_VT_8
keycode 79 = KP_Home KP_7 KP_Home KP_7 KP_Home KP_7 KP_Home KP_7

View file

@ -139,9 +139,9 @@ fading = true;
# The time between steps in a fade in milliseconds. (default 10).
fade-delta = 4;
# Opacity change between steps while fading in. (default 0.028).
fade-in-step = 0.03;
fade-in-step = 0.06;
# Opacity change between steps while fading out. (default 0.03).
fade-out-step = 0.03;
fade-out-step = 0.06;
# Fade windows in/out when opening/closing
# no-fading-openclose = true;

View file

@ -30,7 +30,7 @@ font pango:monospace 8
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec urxvt
bindsym $mod+Return exec kitty
bindsym $mod+apostrophe exec xfce4-terminal --drop-down

View file

@ -23,7 +23,7 @@ font_family JetBrains Mono Regular Nerd Font Complete
#: italic_font Operator Mono Book Italic
#: bold_italic_font Operator Mono Medium Italic
font_size 10.0
font_size 12.0
#: Font size (in pts)
@ -468,7 +468,7 @@ visual_bell_duration 0.1
#: The foreground and background colors
background_opacity 0.6
background_opacity 0.8
#: The opacity of the background. A number between 0 and 1, where 1 is
#: opaque and 0 is fully transparent. This will only work if

View file

@ -28,7 +28,7 @@ MiscSearchDialogOpacity=100
MiscShowUnsafePasteDialog=FALSE
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
BackgroundDarkness=0.280000
FontName=JetBrains Mono 12
FontName=JetBrainsMono Nerd Font 12
ScrollingBar=TERMINAL_SCROLLBAR_NONE
DropdownPosition=75
DropdownWidth=74

View file

@ -34,6 +34,8 @@ export LC_ALL="en_US.UTF-8"
export CDPATH=:~
export GTK_THEME=Materia-dark
# start the ssh agent
[[ -z $SSH_AGENT_PID ]] && eval $(ssh-agent)