updates...
This commit is contained in:
parent
b076c7db51
commit
de293cac98
3 changed files with 7 additions and 6 deletions
7
.bashrc
7
.bashrc
|
|
@ -76,11 +76,12 @@ export PATH="$PATH:/home/dominic/.local/bin"
|
||||||
GTK_IM_MODULE=fcitx
|
GTK_IM_MODULE=fcitx
|
||||||
QT_IM_MODULE=fcitx
|
QT_IM_MODULE=fcitx
|
||||||
XMODIFIERS=@im=fcitx
|
XMODIFIERS=@im=fcitx
|
||||||
|
SDL_IM_MODULE=fcitx
|
||||||
|
INPUT_METHOD=fcitx
|
||||||
|
GLFW_IM_MODULE=ibus
|
||||||
|
|
||||||
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
||||||
startx
|
startx
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
|
export TERM="xterm-kitty"
|
||||||
tmux attach-session -t default || tmux new-session -s default
|
|
||||||
fi
|
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ floating_modifier $mod
|
||||||
tiling_drag modifier titlebar
|
tiling_drag modifier titlebar
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec kitty
|
bindsym $mod+Return exec env GLFW_IM_MODULE=ibus kitty
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+q kill
|
bindsym $mod+q kill
|
||||||
|
|
@ -301,7 +301,7 @@ exec flameshot
|
||||||
bindsym $mod+b exec brave
|
bindsym $mod+b exec brave
|
||||||
|
|
||||||
# Open Wifi
|
# Open Wifi
|
||||||
bindsym $alt+w exec connman-gtk
|
bindsym $alt+w exec rofi-connman
|
||||||
|
|
||||||
# Ranger File Manager
|
# Ranger File Manager
|
||||||
bindsym $alt+f exec kitty -e 'ranger'
|
bindsym $alt+f exec kitty -e 'ranger'
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@ set preview_images true
|
||||||
# Preview images in full color with the external command "ueberzug".
|
# Preview images in full color with the external command "ueberzug".
|
||||||
# Images are shown by using a child window.
|
# Images are shown by using a child window.
|
||||||
# Only for users who run X11 in GNU/Linux.
|
# Only for users who run X11 in GNU/Linux.
|
||||||
set preview_images_method ueberzug
|
set preview_images_method kitty
|
||||||
|
|
||||||
# Delay in seconds before displaying an image with the w3m method.
|
# Delay in seconds before displaying an image with the w3m method.
|
||||||
# Increase it in case of experiencing display corruption.
|
# Increase it in case of experiencing display corruption.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue