Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
db320bf060
@ -1,13 +1,15 @@
|
||||
[rc]
|
||||
use_copy=true
|
||||
use_primary=false
|
||||
synchronize=false
|
||||
use_primary=true
|
||||
synchronize=true
|
||||
automatic_paste=false
|
||||
show_indexes=true
|
||||
save_uris=true
|
||||
use_rmb_menu=false
|
||||
save_history=true
|
||||
history_limit=500
|
||||
history_limit=1000
|
||||
history_timeout_seconds=30
|
||||
history_timeout=false
|
||||
items_menu=20
|
||||
statics_show=true
|
||||
statics_items=10
|
||||
|
@ -95,7 +95,7 @@ myConfig = def
|
||||
, terminal = "alacritty"
|
||||
, manageHook = myManageHook <+> manageHook def
|
||||
, layoutHook = myLayoutHook
|
||||
, borderWidth = 2
|
||||
, borderWidth = 0
|
||||
, normalBorderColor = "#0096ff"
|
||||
, focusedBorderColor = "#ffff00"
|
||||
, logHook =
|
||||
|
@ -6,7 +6,9 @@ import os
|
||||
import struct
|
||||
|
||||
|
||||
clipit_history_file = os.path.join(appdirs.user_data_dir(), "clipit/history")
|
||||
clipit_history_file = os.path.join(
|
||||
appdirs.user_data_dir(), "clipit/history",
|
||||
)
|
||||
|
||||
|
||||
def get_clipit_history(filename):
|
||||
|
Loading…
Reference in New Issue
Block a user