Update autocmds and keybinds
This commit is contained in:
parent
1ad0a620c9
commit
547daf4000
3 changed files with 15 additions and 12 deletions
|
|
@ -29,7 +29,7 @@ floating_modifier $mod
|
||||||
tiling_drag modifier titlebar
|
tiling_drag modifier titlebar
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec i3-sensible-terminal
|
bindsym $mod+Return exec kitty
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+q kill
|
bindsym $mod+q kill
|
||||||
|
|
@ -55,12 +55,6 @@ bindsym $mod+Shift+Down move down
|
||||||
bindsym $mod+Shift+Up move up
|
bindsym $mod+Shift+Up move up
|
||||||
bindsym $mod+Shift+Right move right
|
bindsym $mod+Shift+Right move right
|
||||||
|
|
||||||
# split in horizontal orientation
|
|
||||||
bindsym $mod+u split h
|
|
||||||
|
|
||||||
# split in vertical orientation
|
|
||||||
bindsym $mod+v split v
|
|
||||||
|
|
||||||
# enter fullscreen mode for the focused container
|
# enter fullscreen mode for the focused container
|
||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
|
|
||||||
|
|
@ -139,3 +133,5 @@ bindsym $mod+n exec betterlockscreen -l
|
||||||
bindsym Print exec --no-startup-id spectacle
|
bindsym Print exec --no-startup-id spectacle
|
||||||
|
|
||||||
bindsym $mod+Shift+a move workspace to output next
|
bindsym $mod+Shift+a move workspace to output next
|
||||||
|
|
||||||
|
bindsym $mod+v exec --no-startup-id xfce4-clipman-history
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ vim.api.nvim_create_autocmd("BufWritePost", {
|
||||||
|
|
||||||
local commitMessage = get_file_name(args.file) .. "-" .. os.date("%m_%B_%Y")
|
local commitMessage = get_file_name(args.file) .. "-" .. os.date("%m_%B_%Y")
|
||||||
|
|
||||||
os.execute("git add " .. args.file)
|
os.execute('git add "' .. args.file .. '"')
|
||||||
local commitCommand = 'git commit -m "' .. commitMessage .. '" &> /dev/null'
|
local commitCommand = 'git commit -m "' .. commitMessage .. '" &> /dev/null'
|
||||||
local commitResult = os.execute(commitCommand)
|
local commitResult = os.execute(commitCommand)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<channel name="thunar" version="1.0">
|
<channel name="thunar" version="1.0">
|
||||||
<property name="last-view" type="string" value="ThunarIconView"/>
|
<property name="last-view" type="string" value="ThunarDetailsView"/>
|
||||||
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
|
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
|
||||||
<property name="last-window-width" type="int" value="2528"/>
|
<property name="last-window-width" type="int" value="836"/>
|
||||||
<property name="last-window-height" type="int" value="1347"/>
|
<property name="last-window-height" type="int" value="1368"/>
|
||||||
<property name="last-window-maximized" type="bool" value="false"/>
|
<property name="last-window-maximized" type="bool" value="true"/>
|
||||||
<property name="last-separator-position" type="int" value="251"/>
|
<property name="last-separator-position" type="int" value="251"/>
|
||||||
<property name="misc-single-click" type="bool" value="false"/>
|
<property name="misc-single-click" type="bool" value="false"/>
|
||||||
|
<property name="last-side-pane" type="string" value="ThunarShortcutsPane"/>
|
||||||
|
<property name="last-location-bar" type="string" value="ThunarLocationEntry"/>
|
||||||
|
<property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_38_PERCENT"/>
|
||||||
|
<property name="last-details-view-column-widths" type="string" value="50,50,123,117,87,806,50,50,2851,50,50,67,50,115"/>
|
||||||
|
<property name="last-sort-column" type="string" value="THUNAR_COLUMN_NAME"/>
|
||||||
|
<property name="last-sort-order" type="string" value="GTK_SORT_DESCENDING"/>
|
||||||
|
<property name="last-details-view-visible-columns" type="string" value="THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE"/>
|
||||||
</channel>
|
</channel>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue