konsole stuff
authorIan Kelling <iank@fsf.org>
Sun, 7 Jan 2018 13:30:54 +0000 (08:30 -0500)
committerIan Kelling <iank@fsf.org>
Sun, 7 Jan 2018 13:30:54 +0000 (08:30 -0500)
subdir_files/.local/share/kxmlgui5/konsole/sessionui.rc
subdir_files/.xmonad/xmonad.hs

index 94d0fe7a88463c4f4c5b3922bce74730c5680cce..62c9e1ad16e80932b1f3835b1bdc05b320ac662f 100644 (file)
@@ -56,6 +56,8 @@
   <Action name="close-session"/>
  </Menu>
  <ActionProperties scheme="Default">
-  <Action name="open-browser" shortcut="Ctrl+@"/>
+  <Action shortcut="Ctrl+@" name="open-browser"/>
+  <Action shortcut="Ctrl+Shift+R" name="edit_find_next"/>
+  <Action shortcut="Ctrl+Shift+E" name="edit_find_prev"/>
  </ActionProperties>
 </kpartgui>
index b1b4e99805f4788ee4b64d0e0a6394d04a5e283d..b385ad5f2439d399d8444a3e20b9ac20842750ba 100644 (file)
@@ -38,7 +38,7 @@ main = xmonad $ defaults
 
 defaults = desktopConfig
        {
-         terminal            = "sakura"
+         terminal            = "konsole"
        , borderWidth        = 0
        , modMask            = mod4Mask
        , keys               = myKeys