added config-files-vm
This commit is contained in:
parent
40676a0b4b
commit
17a13300d7
1 changed files with 75 additions and 0 deletions
75
config-files-vm/cagebreak/config
Normal file
75
config-files-vm/cagebreak/config
Normal file
|
@ -0,0 +1,75 @@
|
||||||
|
# Copyright 2020 - 2023, project-repo and the cagebreak contributors
|
||||||
|
# SPDX -License-Identifier: MIT
|
||||||
|
######################
|
||||||
|
# General settings an key bindings
|
||||||
|
######################
|
||||||
|
|
||||||
|
workspaces 6
|
||||||
|
background 0.0 0.0 0.0
|
||||||
|
|
||||||
|
escape C-r
|
||||||
|
|
||||||
|
bind b exec firefox
|
||||||
|
bind t exec foot
|
||||||
|
bind v exec code-oss
|
||||||
|
bind f exec Thunar
|
||||||
|
bind s exec wofi --show drun
|
||||||
|
bind q close
|
||||||
|
bind Q quit
|
||||||
|
bind a time
|
||||||
|
|
||||||
|
#bind s hsplit
|
||||||
|
#bind S vsplit
|
||||||
|
#bind D only
|
||||||
|
#bind Tab focus
|
||||||
|
#bind A-Tab focusprev
|
||||||
|
#bind n next
|
||||||
|
#bind p prev
|
||||||
|
#bind R setmode resize
|
||||||
|
#bind N nextscreen
|
||||||
|
#bind P prevscreen
|
||||||
|
#bind C-n movetonextscreen
|
||||||
|
#bind C-p movetoprevscreen
|
||||||
|
#bind H exchangeleft
|
||||||
|
#bind J exchangedown
|
||||||
|
#bind K exchangeup
|
||||||
|
#bind L exchangeright
|
||||||
|
#bind h focusleft
|
||||||
|
#bind j focusdown
|
||||||
|
#bind k focusup
|
||||||
|
#bind l focusright
|
||||||
|
|
||||||
|
definekey resize h resizeleft
|
||||||
|
definekey resize l resizeright
|
||||||
|
definekey resize j resizedown
|
||||||
|
definekey resize k resizeup
|
||||||
|
definekey resize Escape setmode top
|
||||||
|
|
||||||
|
#unhide cursor (default)
|
||||||
|
cursor enable
|
||||||
|
|
||||||
|
######################
|
||||||
|
#Workspaces
|
||||||
|
######################
|
||||||
|
|
||||||
|
definekey top A-1 workspace 1
|
||||||
|
definekey top A-2 workspace 2
|
||||||
|
definekey top A-3 workspace 3
|
||||||
|
definekey top A-4 workspace 4
|
||||||
|
definekey top A-5 workspace 5
|
||||||
|
definekey top A-6 workspace 6
|
||||||
|
|
||||||
|
######################
|
||||||
|
#Bind Function keys
|
||||||
|
######################
|
||||||
|
|
||||||
|
|
||||||
|
######################
|
||||||
|
#Output configuration
|
||||||
|
######################
|
||||||
|
|
||||||
|
|
||||||
|
#####################
|
||||||
|
#Input configuration
|
||||||
|
#####################
|
||||||
|
|
Loading…
Reference in a new issue