more keybinds
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
# set modifier key, Mod4 is super (windows), Mod1 = Alt key
|
# set modifier key, Mod4 is super (windows), Mod1 = Alt key
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
set $termEm kitty
|
|
||||||
|
|
||||||
# power options
|
# power options
|
||||||
set $shutdown shutdown -h now
|
set $shutdown shutdown -h now
|
||||||
@@ -69,6 +68,7 @@ bindsym $mod+Shift+p resize shrink width 1 px or 1 ppt
|
|||||||
bindsym $mod+Shift+r exec --no-startup-id winresize
|
bindsym $mod+Shift+r exec --no-startup-id winresize
|
||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
|
bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
|
||||||
|
bindsym $mod+Shift+t layout toggle tabbed tiling
|
||||||
# bindsym $mod+o split h;exec notify-send 'tile horizontally'
|
# bindsym $mod+o split h;exec notify-send 'tile horizontally'
|
||||||
# bindsym $mod+i split v;exec notify-send 'tile vertically'
|
# bindsym $mod+i split v;exec notify-send 'tile vertically'
|
||||||
|
|
||||||
@@ -128,9 +128,10 @@ bindsym $mod+Shift+0 move container to workspace $ws10
|
|||||||
|
|
||||||
|
|
||||||
# KEYBOARD SHORTCUTS
|
# KEYBOARD SHORTCUTS
|
||||||
bindsym $mod+d exec --no-startup-id dmenu_run
|
bindsym $mod+Return exec --no-startup-id dmenu_run
|
||||||
bindsym $mod+Return exec --no-startup-id $termEm
|
bindsym $mod+t exec --no-startup-id $TERMINAL
|
||||||
bindsym $mod+w exec --no-startup-id $BROWSER
|
bindsym $mod+w exec --no-startup-id $BROWSER
|
||||||
|
bindsym $mod+e exec --no-startup-id $EXPLORER
|
||||||
# Show selection:
|
# Show selection:
|
||||||
bindsym $mod+Insert exec --no-startup-id showclip
|
bindsym $mod+Insert exec --no-startup-id showclip
|
||||||
|
|
||||||
|
|||||||
8
.profile
8
.profile
@@ -16,8 +16,12 @@ alias yarn='yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"'
|
|||||||
alias code='code --extensions-dir "$XDG_DATA_HOME/vscode"'
|
alias code='code --extensions-dir "$XDG_DATA_HOME/vscode"'
|
||||||
alias vscodium='vscodium --extensions-dir "$XDG_DATA_HOME/vscode"'
|
alias vscodium='vscodium --extensions-dir "$XDG_DATA_HOME/vscode"'
|
||||||
|
|
||||||
export EDITOR=/usr/bin/nvim
|
|
||||||
export BROWSER=/usr/bin/firefox
|
|
||||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||||
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
||||||
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
|
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
|
||||||
|
|
||||||
|
|
||||||
|
export EDITOR=/usr/bin/nvim
|
||||||
|
export BROWSER=/usr/bin/firefox
|
||||||
|
export TERMINAL=/usr/bin/kitty
|
||||||
|
export EXPLORER=/usr/bin/thunar
|
||||||
|
|||||||
Reference in New Issue
Block a user