Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ediw8311xht committed Nov 4, 2024
1 parent 16db353 commit 1d4b3ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions i3wm/modes.conf
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ mode "run_program" {
bindsym o exec obsidian ; $mode_be_default
bindsym p exec gthumb ; $mode_be_default
bindsym r exec rnote ; $mode_be_default
bindsym s exec sioyek ; $mode_be_default
bindsym t exec thunar ; $mode_be_default
bindsym x exec xournalpp ; $mode_be_default
bindsym y exec freetube ; $mode_be_default
Expand Down
2 changes: 1 addition & 1 deletion nvim/lua/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local T = true;
local n = 'n';
local i = 'i';
local t = 't';
local v = 't';
local v = 'v';


local regular_mappings={
Expand Down

0 comments on commit 1d4b3ae

Please sign in to comment.